Hi,
Does JPCT support Fog effect? Like in U3D, I can specify the the distance and the color of the fog? If not, any clue on how to implement fog effect?
Many thanks!
You can use this: http://www.jpct.net/jpct-ae/doc/com/threed/jpct/World.html#setFogging(int) (http://www.jpct.net/jpct-ae/doc/com/threed/jpct/World.html#setFogging(int)) and this: http://www.jpct.net/jpct-ae/doc/com/threed/jpct/World.html#setFogParameters(float, float, float, float, float) (http://www.jpct.net/jpct-ae/doc/com/threed/jpct/World.html#setFogParameters(float,%20float,%20float,%20float,%20float))
It works, many thanks!