Developer Documentation
|
Public Member Functions | |
Primitive (GlutPrimitiveType _t) | |
Primitive (GlutPrimitiveType _t, Vec3d _p, Vec3d _a, ACG::Vec4f _c) | |
Primitive (const Primitive &_p) | |
Primitive & | operator= (const Primitive &_p) |
Public Attributes | |
Vec3d | position |
Vec3d | axis |
GlutPrimitiveType | type |
ACG::Vec4f | color |
double | size |
double | innersize |
unsigned int | slices |
unsigned int | stacks |
Definition at line 108 of file GlutPrimitiveNode.hh.