I am getting some error when trying to use three.js with this library. I have tested the basic texture example in my app and it seems to work fine but the ThreeCube example is giving me these errors:
07-17 17:47:02.066 17509 17771 I ReactNativeJS: 'THREE.WebGLRenderer', '85'
07-17 17:47:02.069 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: WEBGL_depth_texture extension not supported.
07-17 17:47:02.078 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: OES_texture_float extension not supported.
07-17 17:47:02.080 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: OES_texture_float_linear extension not supported.
07-17 17:47:02.082 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: OES_texture_half_float extension not supported.
07-17 17:47:02.084 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: OES_texture_half_float_linear extension not supported.
07-17 17:47:02.087 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: OES_standard_derivatives extension not supported.
07-17 17:47:02.088 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: ANGLE_instanced_arrays extension not supported.
07-17 17:47:02.091 17509 17771 W ReactNativeJS: THREE.WebGLRenderer: OES_element_index_uint extension not supported.
I am getting some error when trying to use three.js with this library. I have tested the basic texture example in my app and it seems to work fine but the ThreeCube example is giving me these errors:
These comments seem to be about the same issue: https://github.com/react-community/react-native-webgl/issues/6#issuecomment-386612156 https://github.com/react-community/react-native-webgl/issues/6#issuecomment-392947685
Any issue what might be causing this? I am using a Nexus 5X with Android 8.1.0.
Thank you.