#include "maxheap.h"
#include "maxtess.h"
#include "UVWMapper.h"
Go to the source code of this
file.
Classes
|
class
|
UVWMapperDesc |
struct
|
SurfTabEntry |
Defines
|
#define |
TExport __declspec(dllimport) |
Typedefs
|
typedef
Tab< SurfTabEntry > |
SurfTab |
Enumerations
|
enum |
SurfaceType
{
BEZIER_PATCH,
GMSURFACE,
MAX_MESH,
MODEL_OP } |
Functions
|
TExport MCHAR
* |
GapVersion
(void) |
TExport
int |
GapTessellate
(void *surf, SurfaceType
type, Matrix3 *otm,
Mesh *mesh, TessApprox *tess, TessApprox *disp, View *view, Mtl *mtl, BOOL dumpMiFile, BOOL
splitmesh) |
Define Documentation
#define
TExport __declspec(dllimport) |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
-
BEZIER_PATCH |
|
GMSURFACE |
|
MAX_MESH |
|
MODEL_OP |
|
Definition at line 71 of file tessint.h.
Function Documentation
TExport MCHAR* GapVersion |
( |
void |
|
) |
|