Creating different types of light

Started by jefferson.amarals, May 03, 2012, 03:45:28 PM

Previous topic - Next topic

jefferson.amarals

How can I create different kinds of light, as DirectionalLight, PointLight and SpotLight, present in other engines java 3D?

EgonOlsen

A light in jPCT is always a point light. You can play around with the intensity and the attenuation.

jefferson.amarals

Is there a future intention to implement other types of light?

EgonOlsen

No. Fixed function OpenGL lights of that kind are not looking very good anyway. If you want advanced lighting, you should use some shaders anyway.