Skip to content
Snippets Groups Projects
Commit 4a7c8c2e authored by Matevz Tadel's avatar Matevz Tadel
Browse files

File forgotten at last check-in.

git-svn-id: http://root.cern.ch/svn/root/trunk@23666 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0a1b685c
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,9 @@ public:
TGLCamera(const TGLVector3 & hAxis, const TGLVector3 & vAxis);
virtual ~TGLCamera();
virtual Bool_t IsOrthographic() const { return kFALSE; }
virtual Bool_t IsPersepective() const { return kFALSE; }
const TGLMatrix& RefModelViewMatrix() const { return fModVM; }
Bool_t IsCacheDirty() const { return fCacheDirty; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment