最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Displaying 3D models in ReactNative - Stack Overflow

programmeradmin0浏览0评论

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.

Share Improve this question edited Nov 9, 2018 at 18:09 Sgt Maddonut asked Nov 9, 2018 at 17:50 Sgt MaddonutSgt Maddonut 7792 gold badges8 silver badges20 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

There 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.

发布评论

评论列表(0)

  1. 暂无评论