Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2006, 9:07:04 PM (19 years ago)
Author:
bottac
Message:

CrPhysicsFullWalk on Static Models and BSP Patches almost working. libODE≥0.7 required.
Screenshot: http://people.ee.ethz.ch/~bottac/Collision_ODE/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ODE/src/lib/graphics/importer/bsp_manager.h

    r9110 r9919  
    2626#include <vector>
    2727#include <deque>
     28#include <ode/ode.h>
    2829
    2930
     
    136137
    137138  int tgl;
     139
     140    dWorldID world;
     141   dSpaceID space;
     142   dJointGroupID contactgroup;
     143   dContact contact[300];
     144   dGeomID*          ODE_Geom_IDs; //!< IDs of ODE Geometry Data
     145
    138146};
    139147
Note: See TracChangeset for help on using the changeset viewer.