Hello everyone i have a question and is, gow can I put lights in a object 3D, I
don't know what is this line scene.lights().add(new Light()); and I put my code:
scene.lights().add(new Light());
scene.lights().add(new Light());
Light myLight = new Light();
myLight.position.setZ(150);
scene.lights().add(myLight);
scene.lightingEnabled(true);
and doesn't happend anything, my object is not seen, is dark, somebody can help
me, and my apologize for my bad english.
Original issue reported on code.google.com by Armando....@gmail.com on 1 May 2013 at 6:20
Original issue reported on code.google.com by
Armando....@gmail.com
on 1 May 2013 at 6:20