SkyControl enhancements

@NemesisMate requested a way to change the range of light intensities used by SkyControl, so I’ve added two methods to the Updater class.

Since the default maxima are all 1, the modifications take the form of intensity multipliers for each type of light:
[java]
skyControl.getUpdater().setAmbientMultiplier(0.97f);
skyControl.getUpdater().setMainMultiplier(1.5f);
[/java]

I’ve added these methods to the Subversion repository at https://code.google.com/p/jme3-utilities/source/checkout. The plugin will be updated in due course.

2 Likes
@sgold said: The plugin will be updated in due course.

In about seven hours, I believe.