Advertisement
Guest User

ludobots step 9

a guest
Dec 21st, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1. /*
  2. Bullet Continuous Collision Detection and Physics Library
  3. Copyright (c) 2003-2008 Erwin Coumans  http://bulletphysics.com
  4. */
  5.  
  6. #include "RagdollDemo.h"
  7. #include "GlutStuff.h"
  8. #include "GLDebugDrawer.h"
  9. #include "btBulletDynamicsCommon.h"
  10.  
  11. GLDebugDrawer   gDebugDrawer   ;
  12.  
  13.  
  14. int main(int argc,char* argv[])
  15. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement