Class NRHAnimHumanoid
java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.hanim.BaseHAnimHumanoid
org.web3d.vrml.renderer.norender.nodes.hanim.NRHAnimHumanoid
- All Implemented Interfaces:
VRMLNode
,FrameStateListener
,VRMLBoundedNodeType
,VRMLChildNodeType
,VRMLHAnimHumanoidNodeType
,VRMLHAnimNodeType
,VRMLNodeType
,VRMLWorldRootChildNodeType
,NRVRMLNode
Null-renderer implementation of a HAnimHumanoid node.
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
-
Field Summary
Fields inherited from class org.web3d.vrml.renderer.common.nodes.hanim.BaseHAnimHumanoid
CHILD_NODE_MSG, CHILD_PROTO_MSG, COORD_NODE_MSG, COORD_PROTO_MSG, FIELD_BBOX_CENTER, FIELD_BBOX_DISPLAY, FIELD_BBOX_SIZE, FIELD_CENTER, FIELD_INFO, FIELD_JOINTS, FIELD_NAME, FIELD_ROTATION, FIELD_SCALE, FIELD_SCALE_ORIENTATION, FIELD_SEGMENTS, FIELD_SITES, FIELD_SKELETON, FIELD_SKIN, FIELD_SKIN_COORD, FIELD_SKIN_NORMAL, FIELD_TRANSLATION, FIELD_VERSION, FIELD_VIEWPOINTS, FIELD_VISIBLE, hanimFactory, hanimImpl, HANIMSITE_NODE_MSG, INITONLY_FIELD_MSG, JOINT_NODE_MSG, JOINT_PROTO_MSG, LAST_HUMANOID_INDEX, nodeTmp, NORMAL_NODE_MSG, NORMAL_PROTO_MSG, NUM_FIELDS, numInfo, pSkinCoord, pSkinNormal, SEGMENT_NODE_MSG, SEGMENT_PROTO_MSG, shareCount, SITE_NODE_MSG, SITE_PROTO_MSG, vfBboxCenter, vfBboxDisplay, vfBboxSize, vfCenter, vfInfo, vfJoints, vfName, vfRotation, vfScale, vfScaleOrientation, vfSegments, vfSites, vfSkeleton, vfSkin, vfSkinCoord, vfSkinNormal, vfTranslation, vfVersion, vfViewpoints, vfVisible, VIEWPOINT_NODE_MSG, VIEWPOINT_PROTO_MSG
Fields inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
errorReporter, FIELD_METADATA, fieldLocalData, hasChanged, inSetup, isDEF, isStatic, LAST_NODE_INDEX, layerIds, nodeName, pMetadata, refCounts, removedLayerIds, stateManager, STATIC_SCENE_GRAPH, vfMetadata, vrmlMajorVersion, vrmlMinorVersion
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new time sensor objectNRHAnimHumanoid
(VRMLNodeType node) Construct a new instance of this node based on the details from the given node. -
Method Summary
Methods inherited from class org.web3d.vrml.renderer.common.nodes.hanim.BaseHAnimHumanoid
addJointNode, addSegmentNode, addSiteNode, addSkeletonNode, addSkinNode, addViewpointNode, clearJoints, clearSegments, clearSites, clearSkeleton, clearSkin, clearViewpoints, getBboxCenter, getBboxDisplay, getBboxSize, getFieldDeclaration, getFieldIndex, getFieldValue, getHAnimObject, getNodeFieldIndices, getNumFields, getPrimaryType, getVisible, isShared, sendRoute, setBboxCenter, setBboxDisplay, setBboxSize, setCenter, setHAnimFactory, setRotation, setScale, setScaleOrientation, setShared, setSkinCoord, setSkinNormal, setTranslation, setupFinished, setValue, setValue, setValue, setValue, setValue, setVisible, updateMesh
Methods inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
addNodeListener, allEventsComplete, checkNodeType, checkSecondaryType, checkSecondaryType, clearRemovedLayerIds, fireFieldChanged, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, getSecondaryType, getUserData, getVRMLNodeName, hasFieldChanged, isDEF, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, setDEF, setErrorReporter, setFrameStateManager, setMetadataObject, setUserData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setVersion, throwInitOnlyWriteException, throwInputOnlyWriteException, throwInvalidNodeException, throwInvalidProtoException, throwOutputOnlyWriteException, updateRefCount, updateRefs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener
allEventsComplete
Methods inherited from interface org.web3d.vrml.lang.VRMLNode
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion
Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType
addNodeListener, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount
-
Constructor Details
-
NRHAnimHumanoid
public NRHAnimHumanoid()Construct a new time sensor object -
NRHAnimHumanoid
Construct a new instance of this node based on the details from the given node. If the node is not the same type, an exception will be thrown.- Parameters:
node
- The node to copy- Throws:
IllegalArgumentException
- The node is not the same type
-