Public Types | |
enum | ObjectType { BOX, CYLINDER, SPHERE } |
Public Member Functions | |
Object (const ObjectType t, const Point3D< float > &p, const Point3D< float > &r, const Point3D< float > &c, const Point3D< float > &s) | |
Public Attributes | |
ObjectType | type |
Point3D< float > | pos |
Point3D< float > | rotation |
Point3D< float > | color |
Point3D< float > | params |
Definition at line 54 of file World3DInput.H.