|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Interface for objects that can be drawn and animated in the scene. More...
#include <displayable.h>
Public Member Functions | |
| virtual | ~Displayable () |
| virtual void | setupAtt (int) |
| virtual void | setupAtt2 (int) |
| virtual void | draw () |
| virtual void | reset () |
| virtual void | update (int) |
Public Attributes | |
| Attachment * | attachment |
Interface for objects that can be drawn and animated in the scene.
Provides virtual hooks for setup, drawing, resetting, and per-frame updates.
Definition at line 8 of file displayable.h.
|
inlinevirtual |
Definition at line 11 of file displayable.h.
|
inlinevirtual |
Reimplemented in WoWModel.
Definition at line 23 of file displayable.h.
|
inlinevirtual |
Reimplemented in WoWModel.
Definition at line 27 of file displayable.h.
|
inlinevirtual |
Reimplemented in WoWModel.
Definition at line 15 of file displayable.h.
|
inlinevirtual |
Reimplemented in WoWModel.
Definition at line 19 of file displayable.h.
|
inlinevirtual |
Reimplemented in WoWModel.
Definition at line 31 of file displayable.h.
| Attachment* Displayable::attachment |
Definition at line 34 of file displayable.h.