source: trunk/test/BtPhysTest.vcxproj.filters @ 1591

Last change on this file since 1591 was 1591, checked in by touky, 11 years ago

Behold the power of LolPhysics !
Added lol::phys::Simulation, lol::phys::EasyPhysics for easy physic uses.
Added PhysicsObject, wich hold EasyMesh & EasyPhysics components so it is easy to use. Easy seems to be the consensus.
BtPhysTest now works with new physics classes.

Known problem for this commit:
Physics is not properly setup.
There might be memory leaks, I don't think I've parsed all new/delete.
A LOT of primitives are not taken into account.

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup>
4    <ClInclude Include="BtPhysTest.h" />
5    <ClInclude Include="Physics\EasyPhysics.h">
6      <Filter>Physics</Filter>
7    </ClInclude>
8    <ClInclude Include="Physics\LolPhysics.h">
9      <Filter>Physics</Filter>
10    </ClInclude>
11    <ClInclude Include="Physics\LolBtPhysicsIntegration.h">
12      <Filter>Physics</Filter>
13    </ClInclude>
14    <ClInclude Include="PhysicObject.h" />
15  </ItemGroup>
16  <ItemGroup>
17    <ClCompile Include="BtPhysTest.cpp" />
18    <ClCompile Include="Physics\EasyPhysics.cpp">
19      <Filter>Physics</Filter>
20    </ClCompile>
21  </ItemGroup>
22  <ItemGroup>
23    <Filter Include="generated">
24      <UniqueIdentifier>{4fc7662b-b17a-49b9-acd1-0cf767183b06}</UniqueIdentifier>
25    </Filter>
26    <Filter Include="Physics">
27      <UniqueIdentifier>{ccecd634-9321-4c49-9471-e9da50dda6d3}</UniqueIdentifier>
28    </Filter>
29  </ItemGroup>
30</Project>
Note: See TracBrowser for help on using the repository browser.