you can define animations using curves if you use PathAnimator but atm we cannot display curves like in 3.x
one workaround would be to calculate the points on curve and draw each segments from points to points. you can find the code for this in extrusions.utils.PathUtils public static function getSegmentPoints(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D, n:uint, last:Boolean):Vector.<Vector3D> Fabrice On Jun 9, 2011, at 12:10 PM, thinkingarden wrote: > hi ,away3d team , would you please give us a demo on how to draw curve > or lines in 3d space using the broomstick API ,and how to control the > display and animation of such displayObject ? and do you have a > lineStyle or lineMaterial to style it up ?
