BonnierNews / react-native-3d-model-view

A React Native view for displaying 3D models
MIT License
215 stars 57 forks source link

Remove black background from 3d object #16

Closed Shoilev closed 5 years ago

Shoilev commented 5 years ago

Hello,

I am using ModelScreen.js example in my app. And everything is running perfectly. But there is an issue with the background of the 3d object. When I set backgroundColor to 'transparent' or remove at all the backgroundColor property. The black box still appears. Is there a way to remove this black background and to make it transparent?

I have attached an image how it looks on my android emulator under windows machine. capture

johankasperi commented 5 years ago

backgroundColor: transparent is unfortunately not possible on android. This is due to the OpenGL scene that has black as default background.