HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_PrimPolygonMesh.h File Reference
#include "GT_API.h"
#include "GT_Primitive.h"
#include "GT_CountArray.h"
#include "GT_FaceSetMap.h"
#include "GT_AttributeMerge.h"
#include <GA/GA_Names.h>
+ Include dependency graph for GT_PrimPolygonMesh.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GT_PrimPolygonMesh
 A mesh of polygons. More...
 

Macros

#define GT_DEFAULT_CUSP_ANGLE   60.0
 Note this is all just copied from GEO_Normal. More...
 
#define GT_DEFAULT_ADJUSTED_CUSP_ANGLE   60.06
 

Macro Definition Documentation

#define GT_DEFAULT_ADJUSTED_CUSP_ANGLE   60.06

Magic tolerance factor of 1.001 on GT_DEFAULT_CUSP_ANGLE so that hexagonal tubes will be smooth by default, even with a bit of roundoff or slight deformation.

Definition at line 32 of file GT_PrimPolygonMesh.h.

#define GT_DEFAULT_CUSP_ANGLE   60.0

Note this is all just copied from GEO_Normal.

Definition at line 27 of file GT_PrimPolygonMesh.h.