Looking for a LightNode in JME packages

Hello,



I have found out that there is no LightNode class available. Will there be one in future releases?

Do I understand it correctly that camera and lights have always to be positioned to absolute world coordinate system using setLocation and setPosition method and that “wrapper Node classes” only transform location and position internally?

Why is the property for the camera called “location” and the property for the light “position” ?



Thanks.



Regards,

Equi

the LightNode does not exists yet, but you can easily do your own if you really need one, Look at the CameraNode, it should be nearly the same.