Cody Bennett

Results 362 comments of Cody Bennett
trafficstars

Would it be preferable to consume the implementation from https://github.com/ektogamat/R3F-Ultimate-Lens-Flare via NPM?

I added JSDoc comments for the effect's parameters. Are these accurate? I'll want to mirror this in documentation.

What did `npm ls postprocessing` give you before? This library installs `>=6.32.1`.

The normal pass must be using `Scene.overrideMaterial` and `MeshNormalMaterial` to exhibit those artefacts. You don't need to do anything special for mesh-based vertex displacement; `gl_FragDepth` will be properly populated from...

Do you still have the project around or a lockfile you can provide? I'm expecting the versions to be misleading if you specified them with `^x.x.x` which upgrades to the...

Can you provide a stack trace against that version or live reproduction?

This comes from configuring the R3F Canvas. Which props are you configuring here? It's very hard and basically guesswork without a reproduction, but with the severity of this I'm okay...

React 19 is a breaking change and requires an upgrade for libraries to support it, with renderers requiring an extensive refactor and type changes. For R3F and the rest of...

This looks like a bug, nothing wrong on your part. I'll take a closer look.