#include <model.h>
Inheritance diagram for Model:
Public Member Functions | |
Model (const Material &mat) | |
virtual void | render (void) |
virtual void | draw_decor (Vec3 color) |
virtual Vec3 | get_min (void) |
virtual Vec3 | get_max (void) |
virtual string | get_info () |
void | set_material (Material m) |
|
Draw selection decoration to let the user know we're picked |
|
Render the object to the screen. Reimplemented in MSModel, and ShapeModel. |