Cody Bennett

Results 362 comments of Cody Bennett
trafficstars

Indeed, it will need work from both `@react-three/postprocessing` and `postprocessing`.

three.js core has long needed fixes since implementing layers. See https://github.com/mrdoob/three.js/pull/26160 which does so and implements WebXR rendering for postprocessing and three.js.

The effect is applied once to the whole viewport; the render pass should contain XR transforms. You can read from pose directly if you want to apply per-eye effects to...

three.js will tell you to validate your inputs, so this is working as intended there. I do agree with your solution, but would prefer to not change the type (rather...

Related: https://github.com/mrdoob/three.js/issues/27509.

See the discussion there. We can add an `OutputPass`, but switching to it in Drei is a breaking change as well as use of premultiplied alpha here. We'd have to...

PR or suggestions welcome for how to parse an XML format without browser APIs. All other codepaths work in workers.

Maybe we're missing `"packageManager": "[email protected]",`, but is this related to the broken behavior you described in Discord with types? I'm not opposed to switching back to NPM, but it hasn't...

This is because https://github.com/pmndrs/postprocessing ships a UMD to the main field which wraps `require`. Metro doesn't handle dynamic dependencies very well, but you can tell it to prefer ESM with:...

Can clear those in a moment. Need to do integration testing still, but it could be worthwhile to wait until 0beqz updates SSGI as it dramatically reduces memory usage and...