Question

As shown in this fiddle when rotated, a sprite disapear at some angles, and just one side is rendered. How come? What is the solution to render both sides? Do I have to manipulate the angle?

Thank you

Was it helpful?

Solution

Faces are one-sided by default.

To render both sides, set mesh.material.side = THREE.DoubleSide;

three.js r.58

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top