I drew a few lines with linesegment and add into segmentset but how do I set alpha with it so that it work well with 3rd party tween?
alpha property with linesegment?Software: Away3D 4.x |
||
|
||
|
||
Stephen Hopkins, Sr. Member
Posted: 05 November 2011 10:28 PM Total Posts: 110 [ # 2 ] Might be a bit overkill, but I made a 3D Line segment primitive because I wanted the segments to have depth shading but the normal line segment didn’t support it. I guess what I made is more like a prism with flat shading. I would need to clean it up a bit as it’s use is kind of specific right now, namely creating 3D space curves, but I could generalize it to allow you to make a prism from point a to point b. |