#include <GB/GB_Defines.h>Go to the source code of this file.
Defines | |
| #define | GEOFACE 0x0000000f |
| #define | GEOPRIMPOLY 0x00000001 |
| #define | GEOPRIMPOLYN "Poly" |
| #define | GEOPRIMNURBCURVE 0x00000002 |
| #define | GEOPRIMNURBCURVEN "NURBCurve" |
| #define | GEOPRIMBEZCURVE 0x00000004 |
| #define | GEOPRIMBEZCURVEN "BezierCurve" |
| #define | GEOCURVE (GEOPRIMNURBCURVE|GEOPRIMBEZCURVE) |
| #define | GEOHULL 0x000000f0 |
| #define | GEOPRIMMESH 0x00000010 |
| #define | GEOPRIMMESHN "Mesh" |
| #define | GEOPRIMNURBSURF 0x00000020 |
| #define | GEOPRIMNURBSURFN "NURBMesh" |
| #define | GEOPRIMBEZSURF 0x00000040 |
| #define | GEOPRIMBEZSURFN "BezierMesh" |
| #define | GEOTPSURF (GEOPRIMNURBSURF|GEOPRIMBEZSURF) |
| #define | GEOSPLINE (GEOCURVE|GEOTPSURF) |
| #define | GEOPRIMPASTESURF 0x00000f00 |
| #define | GEOPRIMPASTESURFN "PasteSurf" |
| #define | GEOPRIMQUADRIC 0x00007000 |
| #define | GEOPRIMCIRCLE 0x00001000 |
| #define | GEOPRIMCIRCLEN "Circle" |
| #define | GEOPRIMSPHERE 0x00002000 |
| #define | GEOPRIMSPHEREN "Sphere" |
| #define | GEOPRIMTUBE 0x00004000 |
| #define | GEOPRIMTUBEN "Tube" |
| #define | GEOPRIMPART 0x00008000 |
| #define | GEOPRIMPARTN "Part" |
| #define | GEOPRIMMETA 0x00f00000 |
| #define | GEOPRIMMETABALL 0x00100000 |
| #define | GEOPRIMMETABALLN "MetaBall" |
| #define | GEOPRIMMETASQUAD 0x00200000 |
| #define | GEOPRIMMETASQUADN "MetaSQuad" |
| #define | GEOPRIMMETALINE 0x00300000 |
| #define | GEOPRIMMETALINEN "MetaLine" |
| #define | GEOPRIMMETABEZ 0x00400000 |
| #define | GEOPRIMMETABEZN "MetaBezier" |
| #define | GEOPRIMMETATRI 0x00500000 |
| #define | GEOPRIMMETATRIN "MetaTriangle" |
| #define | GEOPRIMOTHER 0xff000000 |
| #define | GEOPRIMTRIFAN 0x10000000 |
| #define | GEOPRIMTRIFANN "TriFan" |
| #define | GEOPRIMTRISTRIP 0x20000000 |
| #define | GEOPRIMTRISTRIPN "TriStrip" |
| #define | GEOPRIMTRIBEZIER 0x30000000 |
| #define | GEOPRIMTRIBEZIERN "TriBezier" |
| #define | GEOPRIMVOLUME 0x40000000 |
| #define | GEOPRIMVOLUMEN "Volume" |
| #define | GEOPRIMALL GBPRIMALL |
| #define | GEOPRIMU (GEOFACE | GEOPRIMPART) |
| #define | GEOPRIMUV (GEOPRIMALL & ~GEOPRIMU) |
| #define GEOCURVE (GEOPRIMNURBCURVE|GEOPRIMBEZCURVE) |
Definition at line 43 of file GEO_PrimType.h.
| #define GEOFACE 0x0000000f |
Definition at line 35 of file GEO_PrimType.h.
| #define GEOHULL 0x000000f0 |
Definition at line 47 of file GEO_PrimType.h.
| #define GEOPRIMALL GBPRIMALL |
| #define GEOPRIMBEZCURVE 0x00000004 |
| #define GEOPRIMBEZCURVEN "BezierCurve" |
Definition at line 41 of file GEO_PrimType.h.
| #define GEOPRIMBEZSURF 0x00000040 |
Definition at line 52 of file GEO_PrimType.h.
| #define GEOPRIMBEZSURFN "BezierMesh" |
Definition at line 53 of file GEO_PrimType.h.
| #define GEOPRIMCIRCLE 0x00001000 |
Definition at line 66 of file GEO_PrimType.h.
| #define GEOPRIMCIRCLEN "Circle" |
Definition at line 67 of file GEO_PrimType.h.
| #define GEOPRIMMESH 0x00000010 |
Definition at line 48 of file GEO_PrimType.h.
| #define GEOPRIMMESHN "Mesh" |
Definition at line 49 of file GEO_PrimType.h.
| #define GEOPRIMMETA 0x00f00000 |
Definition at line 80 of file GEO_PrimType.h.
| #define GEOPRIMMETABALL 0x00100000 |
Definition at line 81 of file GEO_PrimType.h.
| #define GEOPRIMMETABALLN "MetaBall" |
Definition at line 82 of file GEO_PrimType.h.
| #define GEOPRIMMETABEZ 0x00400000 |
Definition at line 87 of file GEO_PrimType.h.
| #define GEOPRIMMETABEZN "MetaBezier" |
Definition at line 88 of file GEO_PrimType.h.
| #define GEOPRIMMETALINE 0x00300000 |
Definition at line 85 of file GEO_PrimType.h.
| #define GEOPRIMMETALINEN "MetaLine" |
Definition at line 86 of file GEO_PrimType.h.
| #define GEOPRIMMETASQUAD 0x00200000 |
Definition at line 83 of file GEO_PrimType.h.
| #define GEOPRIMMETASQUADN "MetaSQuad" |
Definition at line 84 of file GEO_PrimType.h.
| #define GEOPRIMMETATRI 0x00500000 |
Definition at line 89 of file GEO_PrimType.h.
| #define GEOPRIMMETATRIN "MetaTriangle" |
Definition at line 90 of file GEO_PrimType.h.
| #define GEOPRIMNURBCURVE 0x00000002 |
Definition at line 38 of file GEO_PrimType.h.
| #define GEOPRIMNURBCURVEN "NURBCurve" |
Definition at line 39 of file GEO_PrimType.h.
| #define GEOPRIMNURBSURF 0x00000020 |
Definition at line 50 of file GEO_PrimType.h.
| #define GEOPRIMNURBSURFN "NURBMesh" |
Definition at line 51 of file GEO_PrimType.h.
| #define GEOPRIMOTHER 0xff000000 |
Definition at line 95 of file GEO_PrimType.h.
| #define GEOPRIMPART 0x00008000 |
| #define GEOPRIMPARTN "Part" |
Definition at line 76 of file GEO_PrimType.h.
| #define GEOPRIMPASTESURF 0x00000f00 |
Definition at line 60 of file GEO_PrimType.h.
| #define GEOPRIMPASTESURFN "PasteSurf" |
Definition at line 61 of file GEO_PrimType.h.
| #define GEOPRIMPOLY 0x00000001 |
Definition at line 36 of file GEO_PrimType.h.
| #define GEOPRIMPOLYN "Poly" |
Definition at line 37 of file GEO_PrimType.h.
| #define GEOPRIMQUADRIC 0x00007000 |
Definition at line 65 of file GEO_PrimType.h.
| #define GEOPRIMSPHERE 0x00002000 |
Definition at line 68 of file GEO_PrimType.h.
| #define GEOPRIMSPHEREN "Sphere" |
Definition at line 69 of file GEO_PrimType.h.
| #define GEOPRIMTRIBEZIER 0x30000000 |
Definition at line 100 of file GEO_PrimType.h.
| #define GEOPRIMTRIBEZIERN "TriBezier" |
Definition at line 101 of file GEO_PrimType.h.
| #define GEOPRIMTRIFAN 0x10000000 |
Definition at line 96 of file GEO_PrimType.h.
| #define GEOPRIMTRIFANN "TriFan" |
Definition at line 97 of file GEO_PrimType.h.
| #define GEOPRIMTRISTRIP 0x20000000 |
Definition at line 98 of file GEO_PrimType.h.
| #define GEOPRIMTRISTRIPN "TriStrip" |
Definition at line 99 of file GEO_PrimType.h.
| #define GEOPRIMTUBE 0x00004000 |
| #define GEOPRIMTUBEN "Tube" |
Definition at line 71 of file GEO_PrimType.h.
| #define GEOPRIMU (GEOFACE | GEOPRIMPART) |
Definition at line 110 of file GEO_PrimType.h.
| #define GEOPRIMUV (GEOPRIMALL & ~GEOPRIMU) |
Definition at line 111 of file GEO_PrimType.h.
| #define GEOPRIMVOLUME 0x40000000 |
| #define GEOPRIMVOLUMEN "Volume" |
Definition at line 103 of file GEO_PrimType.h.
| #define GEOSPLINE (GEOCURVE|GEOTPSURF) |
Definition at line 56 of file GEO_PrimType.h.
| #define GEOTPSURF (GEOPRIMNURBSURF|GEOPRIMBEZSURF) |
Definition at line 55 of file GEO_PrimType.h.
1.5.9