build a new class, copy all content of WireCircle.as in it. give this class a new name, change the construction function's name according to it, save the file at same path as WireCircle.as, modify the buildCircle function, give the vertices new coordinates basing on ellipse equation. then the class can be called to build ellipse.
On Jan 11, 5:33 pm, sascha <[email protected]> wrote: > Hi, does somebody know how to create a wireframe ellipse shape in 3D > with Away3D? I'm using the (old) WireCircle class but I need to create > elliptic shapes. I know the basics about how to create an ellipse in > 2D but I'm not sure how to bring it together with Away3D using line > segments. Some help would be great!
