Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2006, 10:15:00 PM (19 years ago)
Author:
patrick
Message:

bsp: new ground collision attribute tripple

File:
1 edited

Legend:

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

    r8218 r8219  
    5151public:
    5252  // Constructors
    53   BspManager();
     53  BspManager(WorldEntity* parent);
    5454
    5555  BspManager(const char* fileName, float scale = 0.4f);
     
    9999                            For example, if traceMins was (-100,-3,-15) and traceMaxs was (55,22,7), traceExtents */
    100100
     101  WorldEntity* parent;          //!< the parent entity of the bspManager: interface to this
    101102
    102103  bool * alreadyVisible;
Note: See TracChangeset for help on using the changeset viewer.