Uses of Class
com.aspose.threed.AnimationNode
-
-
Uses of AnimationNode in com.aspose.threed
Methods in com.aspose.threed that return AnimationNode Modifier and Type Method Description AnimationNode
AnimationClip. createAnimationNode(java.lang.String nodeName)
A shorthand function to create and register the animation node on current clip.Methods in com.aspose.threed that return types with arguments of type AnimationNode Modifier and Type Method Description java.util.List<AnimationNode>
AnimationClip. getAnimations()
Gets the animations contained inside the clip.java.util.List<AnimationNode>
AnimationNode. getSubAnimations()
Gets the sub-animation nodes under current animationsMethods in com.aspose.threed with parameters of type AnimationNode Modifier and Type Method Description Curve
Property. getCurve(AnimationNode anim, boolean create)
Gets the curve on specified animation instance.CurveMapping
Property. getCurveMapping(AnimationNode anim, boolean create)
Gets the curve mapping on specified animation instance.
-