Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10190 for code/trunk


Ignore:
Timestamp:
Jan 11, 2015, 6:21:51 PM (9 years ago)
Author:
landauf
Message:

added utility to visualize collision shapes

Location:
code/trunk/src/libraries/tools
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/tools/CMakeLists.txt

    r8729 r10190  
    1111BUILD_UNIT OgreBuildUnit.cc
    1212  BillboardSet.cc
     13  BulletDebugDrawer.cc
     14  DebugDrawer.cc
    1315  DynamicLines.cc
    1416  DynamicRenderable.cc
     17  IcoSphere.cc
    1518  Mesh.cc
    1619  ParticleInterface.cc
     
    2932    ${Boost_SYSTEM_LIBRARY} # Filesystem dependency
    3033    tinyxml_orxonox
     34    bullet_orxonox
    3135    util
    3236    core
  • code/trunk/src/libraries/tools/ToolsPrereqs.h

    r8351 r10190  
    8686{
    8787    class BillboardSet;
     88    class BulletDebugDrawer;
     89    class DebugDrawer;
     90    class IcoSphere;
    8891    class Mesh;
    8992    class ParticleInterface;
Note: See TracChangeset for help on using the changeset viewer.