Uses of Interface
org.web3d.x3d.sai.HAnim.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
Modifier and TypeClassDescriptionclass
An HAnimMotion node supports discrete frame-by-frame playback for HAnim motion data animation.Modifier 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
Modifier and TypeMethodDescriptionHAnimMotion.setChannels
(String newValue) Accessor method to assign String value to inputOutput SFString 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 value to inputOutput SFString 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.setNext
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named next.HAnimMotion.setPrevious
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named previous.HAnimMotion.setStartFrame
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named startFrame.HAnimMotion.setValues
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named values.