|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.core.Node | +--shout3d.core.Bindable | +--shout3d.core.NavigationInfo
A NavigationInfo class.
This class gives the Renderer necessary information about the scene.
Field Summary | |
BooleanField |
headlight
|
FloatField |
visibilityLimit
|
Fields inherited from class shout3d.core.Bindable |
isBound |
Constructor Summary | |
NavigationInfo()
Constructs a default NavigationInfo |
|
NavigationInfo(Shout3DViewer viewer)
Constructs that takes a viewer as an argument |
Methods inherited from class shout3d.core.Bindable |
onFieldChange |
Methods inherited from class shout3d.core.Node |
getDEFName,
getField,
getFieldByIndex,
getFieldName,
getNumFields,
getTypeName,
isOfType,
setDEFName,
setViewer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public final BooleanField headlight
public final FloatField visibilityLimit
Constructor Detail |
public NavigationInfo()
public NavigationInfo(Shout3DViewer viewer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |