|
HDK
|
#include <GQ_Subdivide.h>
Public Member Functions | |
| GQ_SubdivideParms () | |
Public Attributes | |
| int | iterations |
| int | pullHoles |
| float | bias |
| int | stitchHoles |
| GQ_DivideChoice | divideChoice |
| int | smoothvertex |
| bool | consistentTopology |
| bool | linearCreases |
Definition at line 22 of file GQ_Subdivide.h.
|
inline |
Definition at line 25 of file GQ_Subdivide.h.
| float GQ_SubdivideParms::bias |
Definition at line 39 of file GQ_Subdivide.h.
| bool GQ_SubdivideParms::consistentTopology |
Definition at line 43 of file GQ_Subdivide.h.
| GQ_DivideChoice GQ_SubdivideParms::divideChoice |
Definition at line 41 of file GQ_Subdivide.h.
| int GQ_SubdivideParms::iterations |
Definition at line 37 of file GQ_Subdivide.h.
| bool GQ_SubdivideParms::linearCreases |
Definition at line 44 of file GQ_Subdivide.h.
| int GQ_SubdivideParms::pullHoles |
Definition at line 38 of file GQ_Subdivide.h.
| int GQ_SubdivideParms::smoothvertex |
Definition at line 42 of file GQ_Subdivide.h.
| int GQ_SubdivideParms::stitchHoles |
Definition at line 40 of file GQ_Subdivide.h.