Uses of Interface
org.web3d.x3d.sai.HAnim.HAnimPose
Packages that use HAnimPose
Package
Description
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
-
Uses of HAnimPose in org.web3d.x3d.jsail.HAnim
Classes in org.web3d.x3d.jsail.HAnim that implement HAnimPoseModifier and TypeClassDescriptionclassAn HAnimPose node supports setting HAnimJoint values in a corresponding HAnimHumanoid skeleton.Methods in org.web3d.x3d.jsail.HAnim with parameters of type HAnimPoseModifier and TypeMethodDescriptionUtility method to add single child element to contained list of existing children nodes (if any).Method parameters in org.web3d.x3d.jsail.HAnim with type arguments of type HAnimPoseModifier and TypeMethodDescriptionHAnimHumanoid.setChildren(ArrayList<HAnimPose> newValue) Assign ArrayList value of MFNode children field, similar toHAnimHumanoid.setChildren(org.web3d.x3d.sai.Core.X3DNode[]). -
Uses of HAnimPose in org.web3d.x3d.sai.HAnim
Methods in org.web3d.x3d.sai.HAnim that return HAnimPoseModifier and TypeMethodDescriptionHAnimPose.setCommencePose(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named commencePose.HAnimPose.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.HAnimPose.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.HAnimPose.setLoa(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named loa.HAnimPose.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String value to inputOutput SFString field named name.HAnimPose.setResetAllJoints(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named resetAllJoints.HAnimPose.setTransitionDuration(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named transitionDuration.