add ImplicitCloth demo, by Stan Melax
add SimpleOpenGL3App, used in ImplicitCloth demo. The Bullet 3.x demos should use this as a template, it will clean up some of the mess.
This commit is contained in:
@@ -18,14 +18,14 @@ subject to the following restrictions:
|
||||
|
||||
#include "OpenGLInclude.h"
|
||||
|
||||
#include "Bullet3Common/b3Vector3.h"
|
||||
//#include "Bullet3Common/b3Vector3.h"
|
||||
|
||||
#include "Win32InternalWindowData.h"
|
||||
#include <stdio.h>
|
||||
|
||||
static void printGLString(const char *name, GLenum s) {
|
||||
const char *v = (const char *) glGetString(s);
|
||||
b3Printf("GL %s = %s\n", name, v);
|
||||
printf("%s = %s\n",name, v);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user