react-native-3d-model-view 是一个用于在 React Native 中显示 3D 模型的自定义视图组件。它使用 WebGL 和 Three.js 来渲染 3D 模型,并提供了一个简单的 API 来访问模型的数据、变换、光照等属性。 这个组件的主要特点包括: 1. 跨平台:支持 Android 和 iOS 平台,可以在不同设备上展示相同的 3D 模型。 2...
react-native-gl-model-view A<ModelView>component forreact-native, allowing you to display and animate any Wavefront .OBJ 3D object. Realized with a native bridge toGLViewfor iOS and a native bridge tojPCT-AEfor Android. Main features: ...