react-native-ar / react-native-arkit

React Native binding for iOS ARKit
MIT License
1.72k stars 143 forks source link

Fix for indexed-color pngs #171

Closed bnjm closed 6 years ago

bnjm commented 6 years ago

SceneKit has an issue with indexed-colour png's on some devices, as a work-around we redraw the image. See for more details: https://stackoverflow.com/questions/40058359/scenekit-some-textures-have-a-red-hue/45824190#45824190

Before: img_0164

Wallpaper should be white, renders in simulator as white, but in iphone x it's red.

After:

img_0039