React Native Gl Model View Versions Save

📺 Display and animate textured Wavefront .OBJ 3D models with 60fps - native bridge to GLView (iOS) and jPCT-AE (Android)

v1.6

4 years ago
  • Big thanks to @reyalpsirc for implementing the usage of TextureViews, allowing transparent backgrounds and correct zIndexing on Android
  • Unifying rotation degree handling on Android&iOS

v1.5

4 years ago
  • Adapted Android build to recent RN versions
  • Fixed texture flickering on Android (thanks to @JavanPoirier & co!)
  • Updated example to RN 0.61.3
  • Updated README to reflect modern setup

v1.4

5 years ago
  • Support for remote models and textures
  • Support of flipTexture flag
  • Fix for tint on iOS
  • No more first frame flickering on Android

Breaking change: new format for model/texture property (based on URI scheme, see documentation)

Kudos to @Cawfree and @PatriceVignola :beers:

v1.3.2

6 years ago
  • tint {r, g, b, a} tints the texture or set the color of the model if there is no texture
  • transparent background of the GLView - all the power to the React side of things!

All kudos directed to @PatriceVignola !

v1.2

6 years ago

Thanks again to @PatriceVignola!

v1.1

6 years ago

A huge treasure trove full of karma goes out to @PatriceVignola for his amazing work on the Android side of RN!

v1.0.1

7 years ago
  • moved podspec to root
  • improved docs, added Animated example
  • renamed index.ios.js to index.js

v1.0

7 years ago

Welcome to react-native-gl-model-view!

A straight forward bridge to GLView to display 3D models in react-native.

Giving developers full animation control over 3D models via the Animated API native driver.

Enjoy and I'm looking forward to your feedback and PRs!