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

Any example to render 3D model in React Native (Android)

Open proteche opened this issue 4 years ago • 5 comments

I am really beginner to three js, i tried to run a lots of expo snack example and github repos all of them are broken, it makes harder to learn this for beginners.... "till now, i am able to run the simple cube but need help to render a 3d Model (gltf,etc)"

proteche avatar Jun 17 '20 12:06 proteche

any updates?

proteche avatar Jun 24 '20 10:06 proteche

await assetGlbModel.downloadAsync(); const glbLoader = new GLTFLoader(); glbLoader.load(assetGlbModel.localUri, gltf => { scene.add(gltf.scene); console.log("Model Loaded!"); });

but on android causes the errors. console.error: {"isTrustd": false} `

igorroman777 avatar Aug 04 '20 20:08 igorroman777

@proteche @igorroman777 Hey Do you guys know any sample codes to detect a 3D model using expo three, I'm a complete beginner

prav-98 avatar Jul 04 '21 18:07 prav-98

@proteche Did you find the way to solve that problem, I'm looking forward to hear your solution.

teenkwn avatar Aug 19 '21 13:08 teenkwn

Might be a good idea to refer to my findings here: https://github.com/expo/expo-three/issues/151#issuecomment-904532776 😉 Newbies like me needs help!

kyaroru avatar Aug 24 '21 11:08 kyaroru