|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.scene.SceneGraphNode
de.jreality.scene.Light
de.jreality.scene.DirectionalLight
public class DirectionalLight
This is a directional (or parallel or distant) light. It does not decay with distance. The light direction is the z-axis. other directions may be obtained by changing the transformation associated with a parent component.
Light
Constructor Summary | |
---|---|
DirectionalLight()
|
|
DirectionalLight(java.lang.String name)
|
Method Summary | |
---|---|
void |
accept(SceneGraphVisitor v)
The accept method for a SceneGraphVisitor. |
Methods inherited from class de.jreality.scene.Light |
---|
addLightListener, getColor, getIntensity, getScaledColorAsFloat, isAmbientFake, isGlobal, removeLightListener, setAmbientFake, setColor, setGlobal, setIntensity |
Methods inherited from class de.jreality.scene.SceneGraphNode |
---|
getName, getOwner, getThreadSafe, isReadOnly, setName, setOwner, setReadOnly, setThreadSafe, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DirectionalLight(java.lang.String name)
public DirectionalLight()
Method Detail |
---|
public void accept(SceneGraphVisitor v)
SceneGraphNode
accept
in class Light
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |