|
|
|
@ -28,6 +28,11 @@ class Scene: public Object { |
|
|
|
private: |
|
|
|
private: |
|
|
|
virtual void setParent(Object* parent) {} |
|
|
|
virtual void setParent(Object* parent) {} |
|
|
|
Object::setTransformation; |
|
|
|
Object::setTransformation; |
|
|
|
|
|
|
|
Object::multiplyTransformation; |
|
|
|
|
|
|
|
Object::setTransformationFrom; |
|
|
|
|
|
|
|
Object::translate; |
|
|
|
|
|
|
|
Object::scale; |
|
|
|
|
|
|
|
Object::rotate; |
|
|
|
|
|
|
|
|
|
|
|
public: |
|
|
|
public: |
|
|
|
/** @brief Features */ |
|
|
|
/** @brief Features */ |
|
|
|
|