#include <color.hh>
Inheritance diagram for anoid::plugin::Color:


Public Methods | |
| virtual simple::Vector | getColor () |
| virtual void | setColor (const simple::Vector &v) |
| Color () | |
| virtual void | init (config::Configuration &c) |
| virtual void | redraw () |
Protected Attributes | |
| simple::Vector | color |
Definition at line 14 of file color.hh.
|
|
Definition at line 26 of file color.cc. References anoid::simple::I(). |
|
|
|
|
|
This is the real initialiser. It should take it's parameters from the provided configuration
Reimplemented from anoid::base::Ability. Definition at line 12 of file color.cc. References color, and anoid::base::Ability::registerName(). |
|
|
Called just after update has been called on the entire world. This should draw the objects (using OpenGL). Reimplemented from anoid::base::Object. Definition at line 29 of file color.cc. References color, anoid::simple::Point::getX(), anoid::simple::Point::getY(), and anoid::simple::Point::getZ(). |
|
|
|
|
|
Definition at line 16 of file color.hh. Referenced by getColor(), init(), and redraw(). |