enable base OpenGL2 rendering as fallback for more demos including physics server (use --opengl2 flag in Example Browser), no shadows yet.

This commit is contained in:
Erwin Coumans
2017-03-27 21:42:37 -07:00
parent fd2c0f58bc
commit b9642e8e68
6 changed files with 591 additions and 77 deletions

View File

@@ -495,10 +495,10 @@ static void saveCurrentSettings(int currentEntry,const char* startFileName)
{
fprintf(f,"--enable_experimental_opencl\n");
}
if (sUseOpenGL2 )
{
fprintf(f,"--opengl2\n");
}
// if (sUseOpenGL2 )
// {
// fprintf(f,"--opengl2\n");
// }
fclose(f);
}