|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.core.Node | +--shout3d.core.Group | +--shout3d.core.Transform | +--shout3d.hanim.Site
Site. Subclass of Transform Adds one field -- name, to identify the Site on the humanoid.
Field Summary | |
static java.lang.String |
defaultName
|
StringField |
name
|
Fields inherited from class shout3d.core.Transform |
center,
rotation,
scale,
scaleOrientation,
translation |
Fields inherited from class shout3d.core.Group |
children,
defaultChildArray,
hidden |
Constructor Summary | |
Site()
|
Methods inherited from class shout3d.core.Transform |
getInverseMatrix,
getMatrix,
onFieldChange |
Methods inherited from class shout3d.core.Group |
addChildren,
getCameraBBoxMax,
getCameraBBoxMin,
getLocalBBoxMax,
getLocalBBoxMin,
getWorldBBoxMax,
getWorldBBoxMin,
removeChildren |
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 static final java.lang.String defaultName
public final StringField name
Constructor Detail |
public Site()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |