HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GQ_Subdivide.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: subdivided surfaces (C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __GQ_Subdivide_h__
12 #define __GQ_Subdivide_h__
13 
14 #include "GQ_API.h"
16 {
20 };
21 
23 {
24 public:
26  {
27  iterations = 1;
28  pullHoles = true;
29  bias = 1;
30  stitchHoles = false;
31  divideChoice = GQ_DIVIDE_EDGES;
32  smoothvertex = true;
33  consistentTopology = false;
34  linearCreases = false;
35  }
36 
38  int pullHoles;
39  float bias;
45 };
46 
47 #endif
#define GQ_API
Definition: GQ_API.h:10
GQ_DivideChoice
Definition: GQ_Subdivide.h:15
GQ_DivideChoice divideChoice
Definition: GQ_Subdivide.h:41