|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.javagl.swogl.scene.LightSetups
public class LightSetups
Utility methods for configuring LightSetup
s
Method Summary | |
---|---|
static void |
addDefaultLights(LightSetup lightSetup)
Add two default Light s to the given LightSetup :
One bright, white directional light from the upper left front,
and one slightly darker white directional light from the
lower right back. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addDefaultLights(LightSetup lightSetup)
Light
s to the given LightSetup
:
One bright, white directional light from the upper left front,
and one slightly darker white directional light from the
lower right back.
lightSetup
- The LightSetup
to configure
java.lang.IllegalArgumentException
- If the given LightSetup
can not store 2 additional lights.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |