Results 352 comments of

view bounds are being calculated here: https://github.com/pmndrs/drei/blob/master/src/web/View.tsx#L111 could you look into it? i have little understanding how it has to be done properly. @FarazzShaikh i think ... that instead of...

for reference: ortho source: https://github.com/pmndrs/drei/blob/master/src/core/OrthographicCamera.tsx r3f automatic camera handling: https://github.com/pmndrs/react-three-fiber/blob/master/packages/fiber/src/core/store.ts#L350-L354 the cameras are responsive by default, you don't need left/right/... unless there's a specific reason for that. but if you...

> ``` > ERR! using description file: /home/runner/work/drei/drei/node_modules/manipulator3d/package.json (relative path: ./dist/Manipulator3D.es.js) > ERR! no extension > ERR! Field 'browser' doesn't contain a valid alias configuration > ERR! /home/runner/work/drei/drei/node_modules/manipulator3d/dist/Manipulator3D.es.js doesn't exist...

@Glavin001 @iuriiiurevich @FarazzShaikh to give you all an update, sorry it's been taking so long. i've been playing with manipulator and imo it behaves odd in some situations. i get...

> fair points, `ObjectControls` looks to be more robust. It needs some QOL improvements like scaling as the camera zooms but it looks solid. I like the labels, another QOL...

> flag to keep the same size when zooming the camera (as in [TransformControls](https://threejs.org/examples/?q=transfor#misc_controls_transform)) done, with the "fixed" prop > same for rotation: flag to keep the same default angle...

i think it works but you need to switch on the stencil buffer. for instance react-postprocessing has ``, and drei/Effects has ``. without this it cannot use stencil on which...

i don't see where r3f or drei could be related to broken normals tbh, unless it has something to do with gltfloader. there seem to be no relevant changes at...

the change seems to happen between three 136 and 137.5, drei being 8.3.1. i think that was the one that removed RGB format. 137.0-4 show a black texture, .5 starts...

ok i think i got it: https://codesandbox.io/s/threejs-normal-map-issue-forked-ol102y?file=/src/object.js:384-525 ```jsx normalMap={nodes.athlete_statue.material.normalMap} normalMap-flipY={false} normalMap-encoding={THREE.LinearEncoding} ``` i still don't know why a change in drei without any dependency change would trigger it, maybe it's...