|
virtual unsigned int | sendId (unsigned int currentOffset) |
| Method to update currentOffset. More...
|
|
virtual void | render (reto::ShaderProgram *)=0 |
| Method to render a Pickable object.
|
|
virtual std::vector< float > | getModel (void) const =0 |
|
virtual std::vector< float > | getPositions (void) const =0 |
|
virtual bool | getSelected (void) const =0 |
|
virtual void | setSelected (const bool &selected)=0 |
|
int | getId (void) const |
|
void | setId (const int &id) |
|
|
void | setNumIDs (int numIds) |
|
Definition at line 31 of file Pickable.h.
virtual unsigned int reto::Pickable::sendId |
( |
unsigned int |
currentOffset | ) |
|
|
virtual |
Method to update currentOffset.
- Parameters
-
currentOffset | Current offset |
- Returns
- Updated current offset
The documentation for this class was generated from the following file: