improved multi-platform support for SoftBodyDemo

This commit is contained in:
erwin.coumans
2008-03-30 23:22:30 +00:00
parent d4698cb3d5
commit 726b9c2ac2
9 changed files with 17 additions and 19 deletions

View File

@@ -23,8 +23,8 @@ subject to the following restrictions:
#include "LinearMath/btQuickprof.h"
#include "LinearMath/btIDebugDraw.h"
#include "BMF_Api.h"
#include "demos\gimpacttestdemo\bunnymesh.h"
#include "demos\gimpacttestdemo\torusmesh.h"
#include "../GimpactTestDemo/BunnyMesh.h"
#include "../GimpactTestDemo/TorusMesh.h"
#include <stdio.h> //printf debugging
static float gCollisionMargin = 0.05f/*0.05f*/;