Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 8:48:26 PM (17 years ago)
Author:
bottac
Message:

Here comes the updated version.

Location:
branches/ODE
Files:
1 edited
1 copied

Legend:

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

    r10033 r10355  
    3131#define BSP_Y_OFFSET 40.0f
    3232#define BSP_Z_OFFSET 20.0f
     33
     34#define WITH_ODE
     35
     36#ifdef WITH_ODE
     37        #include <ode/ode.h>
     38#endif
    3339
    3440
     
    136142
    137143  int tgl;
     144
     145
     146  #ifdef WITH_ODE
     147   dWorldID world;
     148   dSpaceID space;
     149   dJointGroupID contactgroup;
     150   dContact contact[300];
     151   dGeomID*          ODE_Geom_IDs; //!< IDs of ODE Geometry Data
     152  #endif
    138153};
    139154
Note: See TracChangeset for help on using the changeset viewer.