#include <maxtess.h>
Public Member Functions |
|
UtilExport | TessApprox () |
UtilExport | TessApprox (TessType type, float distance, float edge, float angle, TessSubdivStyle subdivStyle, int minSub, int maxSub, float m=0.0f) |
UtilExport | TessApprox (const TessApprox &tess) |
UtilExport TessApprox & | operator= (const TessApprox &tess) |
UtilExport int | operator== (const TessApprox &tess) const |
UtilExport IOResult | Load (ILoad *iload) |
UtilExport IOResult | Save (ISave *isave) |
Public Attributes |
|
TessType | type |
ViewConfig | vpt_cfg |
TessSubdivStyle | subdiv |
BOOL | view |
float | merge |
int | u |
int | v |
int | u_iso |
int | v_iso |
float | ang |
float | dist |
float | edge |
int | minSub |
int | maxSub |
int | maxTris |
BOOL | showInteriorFaces |
UtilExport TessApprox | ( | ) |
UtilExport TessApprox | ( | TessType | type, |
float | distance, | ||
float | edge, | ||
float | angle, | ||
TessSubdivStyle | subdivStyle, | ||
int | minSub, | ||
int | maxSub, | ||
float | m = 0.0f |
||
) |
UtilExport TessApprox | ( | const TessApprox & | tess | ) |
UtilExport TessApprox& operator= | ( | const TessApprox & | tess | ) |
UtilExport int operator== | ( | const TessApprox & | tess | ) | const |
TessType type |
ViewConfig vpt_cfg |
TessSubdivStyle subdiv |