Is it possible to get the poly and vertex cout for a Mesh or ObjectContainer3D? I didn’t see it in the documentation, but figured I must just be missing something.
Thanks!
Access Poly/Vert Count of MeshSoftware: Away3D 4.x |
||
jrg716, Newbie
Posted: 17 March 2012 02:31 AM Total Posts: 2 Is it possible to get the poly and vertex cout for a Mesh or ObjectContainer3D? I didn’t see it in the documentation, but figured I must just be missing something. Thanks! |
||
kurono, Sr. Member
Posted: 17 March 2012 02:36 AM Total Posts: 103 [ # 1 ]
var mesh:Mes; // your mesh! Lengths of “verts” and “faces” are total number of vertices and faces respectively. |
||
|