kimryo
09-30-2006, 07:55 AM
I'm writing a 3dsMax mesh export plugin,and confused what is MeshMap in conception,it seems it's relative to uv coordinates.
in mesh.h file,have the following code:
#define MAX_MESHMAPS 100
class Mesh : public BaseInterfaceServer {
....
DllExport UVVert *mapVerts (int mp) const;
DllExport TVFace *mapFaces (int mp) const;
...
Could any one tell?Thanks in advance.
in mesh.h file,have the following code:
#define MAX_MESHMAPS 100
class Mesh : public BaseInterfaceServer {
....
DllExport UVVert *mapVerts (int mp) const;
DllExport TVFace *mapFaces (int mp) const;
...
Could any one tell?Thanks in advance.
