rastapasta / react-native-gl-model-view

📺 Display and animate textured Wavefront .OBJ 3D models with 60fps - native bridge to GLView (iOS) and jPCT-AE (Android)
MIT License
419 stars 66 forks source link

Is it possible to switch model clothing? #48

Closed NxRoot closed 2 years ago

NxRoot commented 4 years ago

Im kind of noob in 3d modeling, just want to make a simple character display with changing clothes how could i possibly achieve this with this lib?

rastapasta commented 2 years ago

This lib only displays static 3D models - take a look at ThreeJS or engines like Unity. Good luck!