DooVR
|
Public Member Functions | |
Box (glm::vec3 _pos, glm::vec3 _dim) | |
void | createBox (float xSize, float ySize, float zSize) |
void | render () |
glm::vec3 | getDim () |
![]() | |
char | getOtype () |
glm::vec3 | getColor () |
float | getColorR () |
float | getColorG () |
float | getColorB () |
float * | getPosition () |
void | setPosition (float *p) |
float * | getOrientation () |
void | setOrientation (float *o) |
Additional Inherited Members | |
![]() | |
char | oType |
float | position [3] |
float | orientation [16] |
glm::vec3 | color |