(Manual)

vec_for_uv()
vec_to_uv()
ent_vertices()


example:
Code:

function SaveUV()
{
var i;
i = ent_vertices(my);
//
while(i > 0)
{
vec_for_uv(temp, my, i);
//
// save temp.x & temp.y to a file or an array[]
//
i -= 1;
}
}




If I actually finish this, do I still get $150 ?...


xXxGuitar511
- Programmer