Uses of Interface
org.web3d.x3d.sai.HAnim.HAnimMotion
Packages that use HAnimMotion
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 HAnimMotion in org.web3d.x3d.jsail.HAnim
Classes in org.web3d.x3d.jsail.HAnim that implement HAnimMotionModifier and TypeClassDescriptionclass
An HAnimMotion node supports discrete frame-by-frame playback for H-Anim motion data animation.Method parameters in org.web3d.x3d.jsail.HAnim with type arguments of type HAnimMotionModifier and TypeMethodDescriptionHAnimHumanoid.setMotions
(ArrayList<HAnimMotion> newValue) Assign ArrayList value of MFNode motions field, similar toHAnimHumanoid.setMotions(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of HAnimMotion in org.web3d.x3d.sai.HAnim
Methods in org.web3d.x3d.sai.HAnim that return HAnimMotionModifier and TypeMethodDescriptionHAnimMotion.setChannels
(String[] newValue) Accessor method to assign String array to inputOutput MFString field named channels.HAnimMotion.setChannelsEnabled
(boolean[] newValue) Accessor method to assign boolean array to inputOutput MFBool field named channelsEnabled.HAnimMotion.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.HAnimMotion.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.HAnimMotion.setEndFrame
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named endFrame.HAnimMotion.setFrameDuration
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named frameDuration.HAnimMotion.setFrameIncrement
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named frameIncrement.HAnimMotion.setFrameIndex
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named frameIndex.Accessor method to assign String array to inputOutput MFString field named joints.HAnimMotion.setLoa
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named loa.HAnimMotion.setLoop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named loop.HAnimMotion.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.HAnimMotion.setSkeletalConfiguration
(String newValue) Accessor method to assign String value to inputOutput SFString field named skeletalConfiguration.HAnimMotion.setStartFrame
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named startFrame.HAnimMotion.setTotalFrameCount
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named totalFrameCount.HAnimMotion.setValues
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named values.