Dynamica export to Bullet .bullet file, and some fixes in Hull scaling (not using btCompoundShape::setLocalScaling but directly appying the scaling to the hull vertices, and caching the local scaling)

This commit is contained in:
rponom
2010-01-29 00:03:45 +00:00
parent ee3e231be5
commit 133bb63dd8
9 changed files with 109 additions and 36 deletions

View File

@@ -115,6 +115,7 @@
</Configuration>
<Configuration
Name="DebugDll|x64"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
@@ -270,6 +271,7 @@
</Configuration>
<Configuration
Name="ReleaseDll|x64"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
>
<Tool
@@ -699,7 +701,7 @@
>
</File>
<File
RelativePath=".\colladaExport.cpp"
RelativePath=".\bulletExport.cpp"
>
</File>
<File
@@ -791,7 +793,7 @@
>
</File>
<File
RelativePath=".\colladaExport.h"
RelativePath=".\bulletExport.h"
>
</File>
<File