add GLTextPanel, initial work on nested coordinate systems

This commit is contained in:
Charles J. Cliffe
2015-07-01 00:34:32 -04:00
parent b28c8dbc3e
commit 48308145b7
6 changed files with 75 additions and 16 deletions
+1
View File
@@ -17,4 +17,5 @@ private:
GLPanel testPanel;
GLTestPanel testChildPanel;
GLPanel testChildPanel2;
GLTextPanel testText1;
};