I’ve created a plane, which I rotate, using Three.js. For some reason, the plane doesn’t show half the time. I’ve created a fiddle here showing the behaviour.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note that this has changed slightly in Three.js revision r50. Rendering both sides of a plane can be achieved through the
sideproperty on the Material, i.e.Look here for more details.