#include <Box.h>
Inherits OpenGLObject.
Inheritance diagram for Box:
Public Member Functions | |
Box (float size) | |
virtual | ~Box () |
Private Attributes | |
Vertex * | m_pBoxVertices |
Author: Petter Alstermark, petter@alstermark.com
Definition at line 13 of file Box.h.
|
Author: Petter Alstermark, petter@alstermark.com Definition at line 9 of file Box.cpp. References Object::addFormat(), ATT_FLOAT, ATT_NORMAL, ATT_TEX, ATT_VERTEX, LOG_SUCCESS, m_pBoxVertices, PRIM_QUADS, Object::setPrimitive(), and Object::setVertices(). Here is the call graph for this function: |
|
Definition at line 73 of file Box.cpp. References m_pBoxVertices. |
|
|