It’s so easy to draw vector line or shape in OpenGL, but it’s so hard to achieve in Stage3D!
I don’t know why adobe is so slow to support such basic and nice things in Stage3D!
Anyone has the same request ? please keep requiring!
We Desperately Need Vector Drawing in 3D Space !Software: Away3D 4.x |
||
Concept Z, Sr. Member
Posted: 21 July 2011 03:37 AM Total Posts: 124 It’s so easy to draw vector line or shape in OpenGL, but it’s so hard to achieve in Stage3D! I don’t know why adobe is so slow to support such basic and nice things in Stage3D! Anyone has the same request ? please keep requiring! |
||
theMightyAtom, Sr. Member
Posted: 21 July 2011 10:14 AM Total Posts: 669 [ # 1 ] I think what your looking for is already there. There’s an example here, but requires incubator player. Syntax is like this:
var seg:LineSegment = new LineSegment(new Vector3D(), new Vector3D(500, 500, 500), 0xFF0000, 0x0000FF, 20); I’ve just tested in the latest branch and it’s working |