javascript - Three.js: Plane visible only half the time -


i've created plane, rotate, using three.js. reason, plane doesn't show half time. i've created fiddle here showing behaviour.

note has changed in three.js revision r50. rendering both sides of plane can achieved through side property on material, i.e.

plane.material.side = three.doubleside; 

look here more details.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -