QUOTE(ehmdjii @ 12/26/06, 07:58 AM) [snapback]255776[/snapback]
thanks a lot!
do you know if these UVs in the map arrray are in the same order than the vertices in the vtx array?
Since you cant be sure the number of UVs is the same as the number of verts you should always use the polyListComponentConversion command to get your UVs from your verts. The order of the .map array might be the same as the .vtx array, but depending on it being that way is just sloppy programming and asking for trouble.