50 virtual bool update(
double time,
double timeDelta) pure;
68 inline bool operator <(const unique_ptr<ISceneObject>& lhs,
const unique_ptr<ISceneObject>& rhs)
70 return lhs->getId() > rhs->getId();
id_t const getPickId() const
uint16 id_t
The data-type used for the id-buffer.
bool operator<(const ISceneObject &lhs, const ISceneObject &rhs)
ISceneObject(Application *app, bool pickable=true)
id_t const & getId() const
virtual bool update(double time, double timeDelta) pure