react-postprocessing icon indicating copy to clipboard operation
react-postprocessing copied to clipboard

📬 postprocessing for react-three-fiber

Results 104 react-postprocessing issues
Sort by recently updated
recently updated
newest added

### Figured out the sharpenss effect by myself, If anyone who needs it, here is the code ```js import React, { forwardRef, useMemo } from 'react' import { SharpEffect }...

Hard to debug this stack trace. Not sure what's going on here. Been tinkering with versions but can't seem to get it fixed. Here is the error: ```console ⨯ ./node_modules/@react-three/postprocessing/dist/EffectComposer.js...

Someone has problems with SSR effect and environment active? I have some noise in the background and also in some meshes. Anyone know how to fix it? Thanks

Hello! EffectComposer works on dev and doesn't throw an error on build. However website is throwing a "ReferenceError: STATE$1 is not defined" error and not working. The project is build...

` import { useRef, useState } from 'react' import { Canvas, useFrame } from '@react-three/fiber' import { Selection, Select, EffectComposer, Outline } from '@react-three/postprocessing' function Box(props) { const ref =...

## Problem I'm building a website with Typescript Vite React, trying to use the bloom filter in a scene, and it throws the following error: ![image](https://github.com/pmndrs/react-postprocessing/assets/88954882/f05e48a2-9d4c-4156-aadf-22eee3c7d9d8) Here is the `EffectComposer`...

Hello! I'm experimenting with using SSR by adding `` to the Canvas imported from `@react-three/postprocessing`. I'm noticing some thing odd, which can be best described as objects leaving traces, while...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Whenever Effects are placed as part of a View, nothing is rendered properly. https://codesandbox.io/s/view-skissor-forked-g84lwh?file=/src/App.js