expose basic parameters in SimpleOpenGL3App, test with accumulated hinge angle, GUI is still preliminary

This commit is contained in:
Erwin Coumans
2014-07-31 11:47:04 -07:00
parent d798144167
commit 4b8c8e7910
13 changed files with 310 additions and 81 deletions

View File

@@ -31,6 +31,7 @@ struct SimpleOpenGL3App
class b3gWindowInterface* m_window;
class GLPrimitiveRenderer* m_primRenderer;
class GLInstancingRenderer* m_instancingRenderer;
struct CommonParameterInterface* m_parameterInterface;
SimpleOpenGL3App(const char* title, int width,int height);
virtual ~SimpleOpenGL3App();
@@ -46,6 +47,7 @@ struct SimpleOpenGL3App
void drawText( const char* txt, int posX, int posY);
struct sth_stash* getFontStash();
};
#endif //SIMPLE_OPENGL3_APP_H