Skybox lighting

Started by Terrabus, July 22, 2012, 01:09:37 PM

Previous topic - Next topic

Terrabus

As I was writing a question about how to change lighting on a skybox I finally figured it out... Thought I should share:

skybox.getWorld().setAmbientLight(r, g, b);

The skybox has it's own world. Tidy.