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

Distorted 3d model (ios) #65

Closed Ahmed-Imam closed 1 year ago

Ahmed-Imam commented 1 year ago

Getting distorted 3d model on ios using "react-native": "0.69.4", "react-native-gl-model-view": "^1.6.0"

<AnimatedModelView
    model={{
      uri: 'demon.model',
    }}
    texture={{
      uri: 'demon.png',
    }}
    scale={0.01}
    translateZ={-2}
    rotateZ={270}
    style={{flex: 1}}
/>
Screen Shot 2022-12-06 at 1 13 59 AM
Ahmed-Imam commented 1 year ago

The above issue was resolved upon running the project on actual device, hence closing this issue.