fixed Soft Body compile issues on Mac OSX, added build files

This commit is contained in:
erwin.coumans
2008-04-14 07:44:54 +00:00
parent 9efc46681a
commit 7a7b46b448
5 changed files with 79 additions and 10 deletions

View File

@@ -826,7 +826,7 @@ void SoftDemo::renderme()
m_cameraTargetPosition=btVector3(0,0,0);
/* Anm */
if(!isIdle())
m_animtime=::GetTickCount()/1000.;
m_animtime=m_clock.getTimeMilliseconds()/1000.f;
/* Ray cast */
if(m_raycast)
{

View File

@@ -1,3 +1,4 @@
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/