boxbox reports contact point in B, rather then average point box, cylinder use halfextents corrected for scaling and margin. made the margin in this halfextents explicit in the 'getHalfExtentsWithMargin' and 'getHalfExtentsWithoutMargin' integrated changed for ODE quickstep solver replaced inline with SIMD_FORCE_INLINE some minor optimizations in the btSequentialImpulseConstraintSolver added cone drawing (for X,Y,Z cones)
457 lines
12 KiB
XML
457 lines
12 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="appBasicDemo"
|
|
ProjectGUID="{3578834A-4B06-DE6F-78AC-FE11F7226D35}"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\out\release8\build\appBasicDemo\"
|
|
IntermediateDirectory="..\..\out\release8\build\appBasicDemo\"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG;_CONSOLE"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="..\..\out\release8\build\appBasicDemo\appBasicDemo.tlb"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" "
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="0"
|
|
BufferSecurityCheck="false"
|
|
EnableFunctionLevelLinking="true"
|
|
TreatWChar_tAsBuiltInType="false"
|
|
PrecompiledHeaderFile="..\..\out\release8\build\appBasicDemo\appBasicDemo.pch"
|
|
AssemblerListingLocation="..\..\out\release8\build\appBasicDemo\"
|
|
ObjectFile="..\..\out\release8\build\appBasicDemo\"
|
|
ProgramDataBaseFileName="..\..\out\release8\build\appBasicDemo\BasicDemo.pdb"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG;_CONSOLE;PROJECTGEN_VERSION=8"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="true"
|
|
AdditionalOptions=" "
|
|
AdditionalDependencies="glut32.lib"
|
|
OutputFile="..\..\ReleaseBasicDemo.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\Glut"
|
|
GenerateManifest="false"
|
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\..\out\release8\build\appBasicDemo\BasicDemo.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseDoublePrecision|Win32"
|
|
OutputDirectory="..\..\out\release_dbl8\build\appBasicDemo\"
|
|
IntermediateDirectory="..\..\out\release_dbl8\build\appBasicDemo\"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="..\..\out\release_dbl8\build\appBasicDemo\appBasicDemo.tlb"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" "
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
|
ExceptionHandling="0"
|
|
TreatWChar_tAsBuiltInType="false"
|
|
PrecompiledHeaderFile="..\..\out\release_dbl8\build\appBasicDemo\appBasicDemo.pch"
|
|
AssemblerListingLocation="..\..\out\release_dbl8\build\appBasicDemo\"
|
|
ObjectFile="..\..\out\release_dbl8\build\appBasicDemo\"
|
|
ProgramDataBaseFileName="..\..\out\release_dbl8\build\appBasicDemo\BasicDemo.pdb"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;PROJECTGEN_VERSION=8"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="true"
|
|
AdditionalOptions=" "
|
|
AdditionalDependencies="glut32.lib"
|
|
OutputFile="..\..\ReleaseDblBasicDemo.exe"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\Glut"
|
|
GenerateManifest="false"
|
|
ProgramDatabaseFile="..\..\out\release_dbl8\build\appBasicDemo\BasicDemo.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\out\debug8\build\appBasicDemo\"
|
|
IntermediateDirectory="..\..\out\debug8\build\appBasicDemo\"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG;_CONSOLE"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="..\..\out\debug8\build\appBasicDemo\appBasicDemo.tlb"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="1"
|
|
TreatWChar_tAsBuiltInType="false"
|
|
RuntimeTypeInfo="false"
|
|
PrecompiledHeaderFile="..\..\out\debug8\build\appBasicDemo\appBasicDemo.pch"
|
|
AssemblerListingLocation="..\..\out\debug8\build\appBasicDemo\"
|
|
ObjectFile="..\..\out\debug8\build\appBasicDemo\"
|
|
ProgramDataBaseFileName="..\..\out\debug8\build\appBasicDemo\BasicDemo.pdb"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG;_CONSOLE;PROJECTGEN_VERSION=8"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="true"
|
|
AdditionalOptions=" "
|
|
AdditionalDependencies="glut32.lib"
|
|
OutputFile="..\..\DebugBasicDemo.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\Glut"
|
|
GenerateManifest="false"
|
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\..\out\debug8\build\appBasicDemo\BasicDemo.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugDoublePrecision|Win32"
|
|
OutputDirectory="..\..\out\debug_dbl8\build\appBasicDemo\"
|
|
IntermediateDirectory="..\..\out\debug_dbl8\build\appBasicDemo\"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="..\..\out\debug_dbl8\build\appBasicDemo\appBasicDemo.tlb"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="1"
|
|
TreatWChar_tAsBuiltInType="false"
|
|
RuntimeTypeInfo="false"
|
|
PrecompiledHeaderFile="..\..\out\debug_dbl8\build\appBasicDemo\appBasicDemo.pch"
|
|
AssemblerListingLocation="..\..\out\debug_dbl8\build\appBasicDemo\"
|
|
ObjectFile="..\..\out\debug_dbl8\build\appBasicDemo\"
|
|
ProgramDataBaseFileName="..\..\out\debug_dbl8\build\appBasicDemo\BasicDemo.pdb"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;PROJECTGEN_VERSION=8"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".;..\..;..\..\src;..\..\Glut;..\..\Demos\OpenGL"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="true"
|
|
AdditionalOptions=" "
|
|
AdditionalDependencies="glut32.lib"
|
|
OutputFile="..\..\DebugDblBasicDemo.exe"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories="..\..\Glut"
|
|
GenerateManifest="false"
|
|
ProgramDatabaseFile="..\..\out\debug_dbl8\build\appBasicDemo\BasicDemo.pdb"
|
|
SubSystem="1"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\Demos\BasicDemo\BasicDemo.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\msvc\appBasicDemo.rc"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath="..\..\Demos\BasicDemo\StressTestDemo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\Demos\BasicDemo\StressTestDemo.h"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|