Added Steve Baker and Jay Lee as contributors. Added double precision to autogenerated msvc projectfiles as build-configuration.

This commit is contained in:
ejcoumans
2006-12-27 05:35:20 +00:00
parent 0abb399fce
commit 99337454e3
158 changed files with 17326 additions and 241 deletions

View File

@@ -65,7 +65,7 @@ typedef btScalar dMatrix3[4*3];
#define dMULTIPLY0_331NEW(A,op,B,C) \
{\
float tmp[3];\
btScalar tmp[3];\
tmp[0] = C.getX();\
tmp[1] = C.getY();\
tmp[2] = C.getZ();\