Uses of Class
com.aspose.threed.CurveMapping
-
-
Uses of CurveMapping in com.aspose.threed
Methods in com.aspose.threed that return CurveMapping Modifier and Type Method Description CurveMapping
AnimationNode. createCurveMapping(A3DObject obj, java.lang.String propName)
Creates a CurveMapping based on the property data type.CurveMapping
AnimationNode. findCurveMapping(java.lang.String name)
Finds the curve mapping by name.CurveMapping
AnimationNode. getCurveMapping(A3DObject target, java.lang.String propName, boolean create)
Gets the animation curve mapping on given property.CurveMapping
Curve. getCurveMapping()
Gets the curve mapping which owns this curveCurveMapping
Property. getCurveMapping(AnimationNode anim, boolean create)
Gets the curve mapping on specified animation instance.Methods in com.aspose.threed that return types with arguments of type CurveMapping Modifier and Type Method Description java.util.List<CurveMapping>
AnimationNode. getCurveMappings()
Gets the current curve mappings.
-