|
|
|
@ -151,7 +151,7 @@ class MAGNUM_EXPORT Camera: public Object { |
|
|
|
virtual void draw(); |
|
|
|
virtual void draw(); |
|
|
|
|
|
|
|
|
|
|
|
/* It's here just so the function is not hidden by draw() */ |
|
|
|
/* It's here just so the function is not hidden by draw() */ |
|
|
|
virtual void draw(const Matrix4& transformationMatrix, Camera* camera) {} |
|
|
|
void draw(const Matrix4& transformationMatrix, Camera* camera) {} |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
|