Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/effects/autofocus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ useFrame((_, delta) => {

## Example

<Codesandbox id="dfw6w4" />
[![Autofocus demo](https://pmndrs.github.io/examples/autofocus/thumbnail.webp)](https://pmndrs.github.io/examples/autofocus)
2 changes: 1 addition & 1 deletion docs/effects/bloom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ clamp colors between 0 and 1 again.

## Example

<Codesandbox id="r9ujf" />
[![Bloom demo](https://pmndrs.github.io/examples/bloom/thumbnail.webp)](https://pmndrs.github.io/examples/bloom)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/brightness-contrast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return (

## Example

<Codesandbox id="rrev1" />
[![BrightnessContrast demo](https://pmndrs.github.io/examples/brightness-contrast/thumbnail.webp)](https://pmndrs.github.io/examples/brightness-contrast)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/color-average.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return (

## Example

<Codesandbox id="ulsyy" />
[![ColorAverage demo](https://pmndrs.github.io/examples/color-average/thumbnail.webp)](https://pmndrs.github.io/examples/color-average)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/depth-of-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return (

## Example

<Codesandbox id="bu796" />
[![DepthOfField demo](https://pmndrs.github.io/examples/depth-of-field/thumbnail.webp)](https://pmndrs.github.io/examples/depth-of-field)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/glitch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return (

## Example

<Codesandbox id="bs1i1" />
[![Glitch demo](https://pmndrs.github.io/examples/glitch/thumbnail.webp)](https://pmndrs.github.io/examples/glitch)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/hue-saturation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ return (

## Example

<Codesandbox id="m9min" />
[![HueSaturation demo](https://pmndrs.github.io/examples/hue-saturation/thumbnail.webp)](https://pmndrs.github.io/examples/hue-saturation)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/noise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return (

## Example

<Codesandbox id="8l8hi" />
[![Noise demo](https://pmndrs.github.io/examples/noise/thumbnail.webp)](https://pmndrs.github.io/examples/noise)

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/effects/ramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return (

## Example

<Codesandbox id="zdpzei" />
[![Ramp demo](https://pmndrs.github.io/examples/ramp/thumbnail.webp)](https://pmndrs.github.io/examples/ramp)

## Props

Expand Down
4 changes: 4 additions & 0 deletions docs/effects/selective-bloom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ return (
)
```

## Example

[![SelectiveBloom demo](https://pmndrs.github.io/examples/selective-bloom/thumbnail.webp)](https://pmndrs.github.io/examples/selective-bloom)

## Props

| Name | Type | Default | Description |
Expand Down
4 changes: 4 additions & 0 deletions docs/effects/ssao.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ return (
)
```

## Example

[![SSAO demo](https://pmndrs.github.io/examples/ssao/thumbnail.webp)](https://pmndrs.github.io/examples/ssao)

## Props

| Name | Type | Default | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/effects/tone-mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ return (

## Example

<Codesandbox id="fjb06" />
[![ToneMapping demo](https://pmndrs.github.io/examples/tone-mapping/thumbnail.webp)](https://pmndrs.github.io/examples/tone-mapping)

## Props

Expand Down
Loading