Note that this has changed slightly in Three.js revision r50. Rendering both sides of a plane can be achieved through the side
property on the Material, i.e.
plane.material.side = THREE.DoubleSide;
Look here for more details.
Note that this has changed slightly in Three.js revision r50. Rendering both sides of a plane can be achieved through the side
property on the Material, i.e.
plane.material.side = THREE.DoubleSide;
Look here for more details.