ok i found the problem. When I change the channel from anything other than channel 1 this does not work Does anyone know how to get the channel to c…
mCopyMapFaces if just an array of map Face numbers and their appropriate vertecies mCopyMapVerts is just an array of verts uv positions ive just put […
cheers guys!
ok cheers guys, this is handy to know
ok this has something to do with the manual clip on my camera… all solved
ah so you can do the mesh.face/verts to setup the faces and vert? But you cannot read them from there?
I assume its faster to say get the trimesh ($.mesh) and then use mesh operations on this mesh while its in memory. Then when I am done assign the mesh…
ok that does save 0.1ms instead of doing it via a loop, which is good news. So using collect to collect the same value types before doing a loop will …