admin管理员组文章数量:1305342
My goal is to make a page with a 3D model in my React Native app,
the most easiest way I found is to use expo-three
library.
But it requires Expo
, so this isn't an option in my case.
What else can I use to do this? Any help is appreciated.
My goal is to make a page with a 3D model in my React Native app,
the most easiest way I found is to use expo-three
library.
But it requires Expo
, so this isn't an option in my case.
What else can I use to do this? Any help is appreciated.
1 Answer
Reset to default 8There are other few options for you to display 3D model (without using Expo) in react native application:
- React-native-3d-model-view
- React-native-gl-model-view
- Using threeJS in react-native
- Using this tutorial to show your 3D Model
It depends on your requirements like which 3D model file (.OBJ, ASC, Quake 2 MD2, Autodesk 3DS etc.) you're going to show in your app.
本文标签: javascriptDisplaying 3D models in ReactNativeStack Overflow
版权声明:本文标题:javascript - Displaying 3D models in ReactNative - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741803890a2398383.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论