Ignore:
Timestamp:
Jul 8, 2012, 6:16:57 PM (11 years ago)
Author:
touky
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/BtPhysTest.vcxproj

    r1554 r1591  
    3737  <ItemGroup>
    3838    <ClInclude Include="BtPhysTest.h" />
     39    <ClInclude Include="PhysicObject.h" />
     40    <ClInclude Include="Physics\EasyPhysics.h" />
     41    <ClInclude Include="Physics\LolBtPhysicsIntegration.h" />
     42    <ClInclude Include="Physics\LolPhysics.h" />
    3943  </ItemGroup>
    4044  <ItemGroup>
    4145    <ClCompile Include="BtPhysTest.cpp" />
     46    <ClCompile Include="Physics\EasyPhysics.cpp" />
    4247  </ItemGroup>
    4348  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.