Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2003-2008 Erwin Coumans http://bulletphysics.com
- */
- #include "RagdollDemo.h"
- #include "GlutStuff.h"
- #include "GLDebugDrawer.h"
- #include "btBulletDynamicsCommon.h"
- GLDebugDrawer gDebugDrawer ;
- int main(int argc,char* argv[])
- {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement