Uses of Class
com.aspose.threed.Curve
-
-
Uses of Curve in com.aspose.threed
Methods in com.aspose.threed that return Curve Modifier and Type Method Description Curve
CurveMapping. createCurve(java.lang.String curveName)
Creates a new curve and connects it to the first channel of the curve mappingCurve
AnimationNode. getCurve(A3DObject target, java.lang.String propName, boolean create)
Gets the animation curve on given property.Curve
AnimationNode. getCurve(A3DObject target, java.lang.String propName, java.lang.String channelName, boolean create)
Gets the animation curve on given property and channel.Curve
CurveMapping. getCurve(java.lang.String channelName)
Gets the first curve in specified channelCurve
Property. getCurve(AnimationNode anim, boolean create)
Gets the curve on specified animation instance.Methods in com.aspose.threed that return types with arguments of type Curve Modifier and Type Method Description java.util.List<Curve>
AnimationChannel. getCurves()
Gets all curves inside this channeljava.util.List<Curve>
CurveMapping. getCurves(java.lang.String channelName)
Gets all curves in specified channeljava.util.Iterator<Curve>
AnimationChannel. iterator()
Gets an enumerator to walk through all curves inside this channelMethods in com.aspose.threed with parameters of type Curve Modifier and Type Method Description void
AnimationChannel. addCurve(Curve curve)
Adds curve to this channelvoid
CurveMapping. bindCurve(java.lang.String channelName, Curve curve)
Bind the curve to specified channelConstructors in com.aspose.threed with parameters of type Curve Constructor Description KeyFrame(Curve curve, double time)
Create a new key frame on specified curve
-