BGE Py API

- Added OpenGL access to the game engine as a module so you can import BGL directly.
This commit is contained in:
Campbell Barton
2009-04-07 18:55:35 +00:00
parent bdfa61fbbe
commit ca1c3be302
10 changed files with 32 additions and 16 deletions

View File

@@ -689,6 +689,7 @@ bool GPG_Application::startEngine(void)
initGameKeys();
initPythonConstraintBinding();
initMathutils();
initBGL();
#ifdef WITH_FFMPEG
initVideoTexture();
#endif