3ds Max C++ API Reference
tessint.h File Reference
#include "maxheap.h"
#include "maxtess.h"
#include "UVWMapper.h"

Classes

class  UVWMapperDesc
 
struct  SurfTabEntry
 

Macros

#define TExport   __declspec(dllimport)
 

Enumerations

enum  SurfaceType { BEZIER_PATCH , GMSURFACE , MAX_MESH , MODEL_OP }
 

Functions

TExport MCHARGapVersion (void)
 
TExport int GapTessellate (void *surf, SurfaceType type, Matrix3 *otm, Mesh *mesh, TessApprox *tess, TessApprox *disp, View *view, Mtl *mtl, BOOL dumpMiFile, BOOL splitmesh)
 

Macro Definition Documentation

◆ TExport

#define TExport   __declspec(dllimport)

Enumeration Type Documentation

◆ SurfaceType

Enumerator
BEZIER_PATCH 
GMSURFACE 
MAX_MESH 
MODEL_OP 
69 {
71  GMSURFACE,
72  MAX_MESH,
73  MODEL_OP
74 };
@ BEZIER_PATCH
Definition: tessint.h:70
@ MAX_MESH
Definition: tessint.h:72
@ MODEL_OP
Definition: tessint.h:73
@ GMSURFACE
Definition: tessint.h:71

Function Documentation

◆ GapVersion()

TExport MCHAR* GapVersion ( void  )

◆ GapTessellate()

TExport int GapTessellate ( void surf,
SurfaceType  type,
Matrix3 otm,
Mesh mesh,
TessApprox tess,
TessApprox disp,
View view,
Mtl mtl,
BOOL  dumpMiFile,
BOOL  splitmesh 
)