React Native - rendering primitive glb obj based on docs doesn't work #3198
Unanswered
filipmikes1
asked this question in
Q&A
Replies: 1 comment
-
same issue but with an FBX model
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I did all steps in react native tutorial: https://docs.pmnd.rs/react-three-fiber/getting-started/installation . But 3d object is not showing. (both ios and android)
My code looks like this: Exactly same code just changed for web is working without issue.
I am using LittlestTokyo.glb from three.js example https://github.com/mrdoob/three.js/blob/master/examples/webgl_animation_keyframes.html
Also when 3d will not display this error is shown. Not sure if it is related:
![Screenshot 2024-03-05 at 9 21 10](https://private-user-images.githubusercontent.com/83272871/310041905-fb5fe191-6141-4694-9f59-de3b43bb107f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODA4MDksIm5iZiI6MTczOTA4MDUwOSwicGF0aCI6Ii84MzI3Mjg3MS8zMTAwNDE5MDUtZmI1ZmUxOTEtNjE0MS00Njk0LTlmNTktZGUzYjQzYmIxMDdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA1NTUwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYxODRmNjFhZDdmODFjMWM2YWZlMzAwZjM0ZGY5ZTk3NWYzYzFhYWY0N2Y5YTE4ODM4NjNiNTg3ZDE1MTllN2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jsW3aS7MrWlMgwfBCnsIRtK0lRrMtjW5pQ0NB-6VkqE)
Is this a bug or I am doing something wrong? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions