| Package | Description |
|---|---|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.sai.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HAnimHumanoidObject
X3D node tooltip: [X3DChildNode,X3DBoundedObject] The HAnimHumanoid node is used to: (a) store references to the joints, segments, sites, skeleton, optional skin, and fixed viewpoints, (b) serve as a container for the entire humanoid, (c) provide a convenient way of moving the humanoid through its environment, and (d) store human-readable metadata such as name, version, author, copyright, age, gender and other information.
|
| Modifier and Type | Method and Description |
|---|---|
HAnimHumanoid |
HAnimHumanoid.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
HAnimHumanoid |
HAnimHumanoid.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
HAnimHumanoid |
HAnimHumanoid.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
HAnimHumanoid |
HAnimHumanoid.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
HAnimHumanoid |
HAnimHumanoid.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
HAnimHumanoid |
HAnimHumanoid.setInfo(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named info.
|
HAnimHumanoid |
HAnimHumanoid.setJointBindingPositions(float[] newValue)
Assign 3-tuple float array to inputOutput MFVec3f field named jointBindingPositions.
|
HAnimHumanoid |
HAnimHumanoid.setJointBindingRotations(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput MFRotation field named jointBindingRotations.
|
HAnimHumanoid |
HAnimHumanoid.setJointBindingScales(float[] newValue)
Assign 3-tuple float array to inputOutput MFVec3f field named jointBindingScales.
|
HAnimHumanoid |
HAnimHumanoid.setJoints(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field joints.
|
HAnimHumanoid |
HAnimHumanoid.setLoa(int newValue)
Assign int value within allowed range of [-1,4] to inputOutput SFInt32 field named loa.
|
HAnimHumanoid |
HAnimHumanoid.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
HAnimHumanoid |
HAnimHumanoid.setMotions(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field motions.
|
HAnimHumanoid |
HAnimHumanoid.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
HAnimHumanoid |
HAnimHumanoid.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
HAnimHumanoid |
HAnimHumanoid.setScale(float[] newValue)
Assign 3-tuple float array within allowed range of (0,infinity) to inputOutput SFVec3f field named scale.
|
HAnimHumanoid |
HAnimHumanoid.setScaleOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
HAnimHumanoid |
HAnimHumanoid.setSegments(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field segments.
|
HAnimHumanoid |
HAnimHumanoid.setSites(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field sites.
|
HAnimHumanoid |
HAnimHumanoid.setSkeletalConfiguration(java.lang.String newValue)
Assign String value to inputOutput SFString field named skeletalConfiguration.
|
HAnimHumanoid |
HAnimHumanoid.setSkeleton(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) with acceptable node types limited to HAnimJoint|HAnimSite, to inputOutput MFNode field skeleton.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.HAnim.HAnimJointObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.HAnim.HAnimSiteObject);
if (!
|
HAnimHumanoid |
HAnimHumanoid.setSkin(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) with acceptable node types limited to Group|Transform|Shape|IndexedFaceSet, to inputOutput MFNode field skin.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Grouping.GroupObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Grouping.TransformObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Shape.ShapeObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Geometry3D.IndexedFaceSetObject);
if (!
|
HAnimHumanoid |
HAnimHumanoid.setSkinBindingCoords(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field skinBindingCoords.
|
HAnimHumanoid |
HAnimHumanoid.setSkinBindingNormals(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field skinBindingNormals.
|
HAnimHumanoid |
HAnimHumanoid.setSkinCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field skinCoord.
|
HAnimHumanoid |
HAnimHumanoid.setSkinNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field skinNormal.
|
HAnimHumanoid |
HAnimHumanoid.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
HAnimHumanoid |
HAnimHumanoid.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
HAnimHumanoid |
HAnimHumanoid.setVersion(java.lang.String newValue)
Assign String enumeration value ("1.0"|"1.1"|"2.0") ['1.0'|'1.1'|'2.0'] to inputOutput SFString field named version.
|
HAnimHumanoid |
HAnimHumanoid.setViewpoints(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field viewpoints.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.