#include <lvt/Shape.h>
Inheritance diagram for Shape:
Public Member Functions | |
Vec | GetColor () |
Returns the Shape's current color. | |
virtual void | Render ()=0 |
Draws the shape. | |
void | SetColor (const Vec &color) |
Sets the color of the Shape. |
|
Returns the Shape's current color.
|
|
Draws the shape.
Implements Node. Implemented in Shape2D, Circle2D, Rectangle2D, Triangle2D, Teapot, Tetrahedron, Cube, Curve, Quadric, Sphere, Cylinder, Cone, Circle, and Primitive. |
|
Sets the color of the Shape.
|