allow to compile all demos when USE_GLUT is enabled in cmake

fix minor issue in ConcaveDemo (animation should be time-dependent)
remove COLLADA from the demos.
This commit is contained in:
erwin.coumans
2010-02-03 23:04:39 +00:00
parent 1cd52f3d11
commit c1e20e98c7
4 changed files with 73 additions and 39 deletions

View File

@@ -335,7 +335,7 @@ void ConcaveDemo::clientMoveAndDisplay()
if (m_animatedMesh)
{
static float offset=0.f;
offset+=0.01f;
offset+=dt;
// setVertexPositions(waveheight,offset);