HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_SuperQuad.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: GU library (C++)
7  *
8  * COMMENTS: Superquadric creation
9  *
10  */
11 
12 #ifndef __GU_SuperQuad_h__
13 #define __GU_SuperQuad_h__
14 
15 #include "GU_API.h"
16 #include <UT/UT_Matrix4.h>
17 #include <GEO/GEO_SurfaceType.h>
18 
20 {
21 public:
23 
24  UT_Matrix4 xform; // Quadric transform
25  int rows, cols; // For mesh
26  float xyexp, zexp;
28  unsigned doPolys; // Make polys instead of mesh
30 };
31 
32 #endif
GEO_SurfaceType type
Definition: GU_SuperQuad.h:27
#define GU_API
Definition: GU_API.h:14
UT_Matrix4 xform
Definition: GU_SuperQuad.h:24
GEO_SurfaceType