|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.core.Node | +--shout3d.core.Light | +--shout3d.core.DirectionalLight
A Directional Light
Field Summary | |
FloatArrayField |
direction
|
boolean |
isHeadlight
Set this true and the light will shine relative to the space of the camera. |
Fields inherited from class shout3d.core.Light |
affectedGroups,
color,
defaultColor,
intensity,
on |
Constructor Summary | |
DirectionalLight()
|
Methods inherited from class shout3d.core.Node |
cleanUp,
getDEFName,
getField,
getFieldByIndex,
getFieldName,
getNumFields,
getTypeName,
getViewer,
isOfType,
setDEFName,
setViewer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public final FloatArrayField direction
public boolean isHeadlight
Constructor Detail |
public DirectionalLight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |