rastapasta/react-native-gl-model-view

Distorted 3d model (ios)

Ahmed-Imam opened this issue · 1 comments

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

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