testing ImGUI

This commit is contained in:
Erwin Coumans
2017-04-11 20:16:49 -07:00
parent a43f3b026a
commit f73b54e4ab
4 changed files with 24 additions and 12 deletions

View File

@@ -266,9 +266,10 @@ end
if _OPTIONS["enable_pybullet"] then
include "../examples/pybullet"
end
include "../examples/SimpleOpenGL3"
if _OPTIONS["standalone-examples"] then
include "../examples/SimpleOpenGL3"
include "../examples/TinyRenderer"
include "../examples/BasicDemo"
include "../examples/InverseDynamics"