expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

Utilities for using THREE.js on Expo

Results 119 expo-three issues
Sort by recently updated
recently updated
newest added

Hello, When resources are embedded in gltf, i am facing the issue https://github.com/expo/expo-three/issues/144 . Otherwise when .png and .bin are not in .gltf I am not able to load the...

Hello. Thanks for the library! I get this error when trying to load 3ds files. Obj files work just fine. Any thoughts why this might be happening ``` Possible Unhandled...

Currently I am able to display a cube on my react native project using this package as well other packages regarding 3d objects. Below the view that displays the cube,...

Hi. Is there an example that loads gltf, and works on android? All I achived is web-version working, but android gives me some strange errors, that I unable to decrypt...

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) { //...

enhancement

I want to implement THREE.LensFlare to expo-three scene but it does not work. I dig deep down three.js and expo-three build codes. Everything is okay and there is no error....

enhancement

Steps to Reproduce: 1. Updated to SDK 28 flappy-bird-starter example from expo docs 2. Do all staff accordingly to tutorial, until to adding background node to the scene On this...

bug
help wanted
android

Hi! I was unable to load any glTF files on my bare workflow expo app (I did not try on managed workflow), so I made a fix, i am now...

Full warning: [Unhandled promise rejection: Error: ExpoTHREE.loadObjAsync: Cannot parse a null asset] - node_modules\expo-three\build\loaders\loadModelsAsync.js:10:14 in loadFileAsync$ - node_modules\regenerator-runtime\runtime.js:45:44 in tryCatch - node_modules\regenerator-runtime\runtime.js:271:30 in invoke - node_modules\regenerator-runtime\runtime.js:45:44 in tryCatch - node_modules\regenerator-runtime\runtime.js:135:28...