3ds Max C++ API Reference
Loading...
Searching...
No Matches
tessint.h File Reference
#include "maxheap.h"
#include "maxtess.h"
#include "UVWMapper.h"
#include "strbasic.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 
70{
75};
@ BEZIER_PATCH
Definition tessint.h:71
@ MAX_MESH
Definition tessint.h:73
@ MODEL_OP
Definition tessint.h:74
@ GMSURFACE
Definition tessint.h:72

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 )