I got this while trying to render a cube on Three.js, using THREE.MeshBasicMaterial() and a loaded texture.
Is this normal? How can I fix it?
Set the option overdraw:true
.
var material = new THREE.MeshBasicMaterial( { map: texture, overdraw: true } );
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With