#include <model.h>
Inheritance diagram for model_c:

Public Methods | |
| virtual bool | load (const char *filename)=0 |
| load model | |
| virtual void | unload ()=0 |
| unload | |
| virtual void | draw () |
| draw model | |
| void | set_shader (struct shader_s *s) |
| use shader | |
| virtual ulong | get_frame_count ()=0 |
| get number of frames | |
Protected Attributes | |
| vertex_t * | drawvertices |
| vertices | |
| int | drawvertcount |
| vertex count | |
| shader_s * | shader |
| shader for this model | |
1.2.18