Hi, I know that I can get vertex data from a mesh with
myMesh.geometry.subGeometries[0].vertexData
and this line will give me a Vector.<Number>
Is it possible to get, in some way, a Vector.<Vertex> from the mesh?
Thanks in advance
Get vertex data from mesh as Vector.<Vertex>Software: Away3D 4.x |
||
johnnyMichigan, Newbie
Posted: 23 March 2013 12:27 PM Total Posts: 8 Hi, I know that I can get vertex data from a mesh with
myMesh.geometry.subGeometries[0].vertexData
and this line will give me a Vector.<Number> Is it possible to get, in some way, a Vector.<Vertex> from the mesh? Thanks in advance |