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.

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.

本文标签: javascriptDisplaying 3D models in ReactNativeStack Overflow