My three D models are hosted on the remote server (GLB, USDZ), and I wanted to render them on my React Native app. I have been referring to this example (https://github.com/Rakha112/react-native-animation/tree/main/season1/src/17-React-Native-3D-Loading-Model), but here it is converting the 3D models into a TSX file using the gltfjsx. Can someone suggest how to render the 3D models in the React Native app using the hosted URL? Is there any library available where I can pass the 3D model URL and render it?
Regards,
Vass
I have been referring this example https://github.com/Rakha112/react-native-animation/tree/main/season1/src/17-React-Native-3D-Loading-Model. but here it is converting the 3D models into a TSX file using the gltfjsx.Can someone suggest how to render the 3D models in the React Native app using the hosted URL? Is there any library available where I can pass the 3D model URL and render it?
Vass is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.