—
—
im trying to do this: http://schteppe.github.io/cannon.js/examples/threejs_mousepick.html in the example repo, the monday morning demo, try picking the chair - it just makes no sense because it goes to object center...
this demo: https://codesandbox.io/s/r3f-ibl-envmap-simple-6ebrr?file=/src/App.js:1025-1561 realizes the pill-box using 6 infinite planes: ```jsx const [ref, api] = useCompoundBody(() => ({ shapes: [ { type: 'Plane', position: [0, -1.8, 0], rotation: [-Math.PI /...
Would it be possible for Expo to support the [THREE.Loader signature](https://threejs.org/docs/index.html#examples/en/loaders/GLTFLoader) like all other loaders? ```jsx class ExpoLoader { load (url: string, onLoad: function, onProgress: function, onError: function) { //...
Would it be possible to also create a surface for r3f: https://github.com/react-spring/react-three-fiber ? If that component is inside `` it has access to practically everything it would need, like the...
some changes i'd like to see before this project goes too far (new levels, etc). the infrastructure should be really, really tight and safe - and although we're making good...
runtime shadows looks bad. baking lights and shadows could look really good: 