#include <WP_Model.h>
Inheritance diagram for WPCG::WP_Model_MD2:
Public Methods | |
WP_Model_MD2 (const string &name) | |
WP_Model_MD2 (const WP_Model_MD2 &md2model) | |
~WP_Model_MD2 () | |
WP_Model_MD2 & | operator= (const WP_Model_MD2 &md2model) |
void | drawOpenGL (const WP_Matrix3D &matrix, WP_Object *object) |
bool | initModel () |
|
|
|
|
|
|
|
this function draws the model according to its world matrix into the 3D scene
Implements WPCG::WP_AnimatedModel. |
|
this function is used for reading the model file and initializing the model by filling the variables of the base class with the appropriate read values. This function is automatically called by the base class WP_Model by a call to its init function Implements WPCG::WP_AnimatedModel. |
|
|