Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 2:57:44 PM (18 years ago)
Author:
bottac
Message:

Ground Collision fixed.

File:
1 edited

Legend:

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

    r8317 r8468  
    7777  void  checkBrushRay(brush* curBrush);
    7878  void  checkBrushRayN(brush* curBrush);
     79  void   checkBrushRayN(brush* curBrush, Vector& inputStart, Vector& inputEnd);
     80
    7981  void drawDebugCube(Vector* cam);
    8082  bool isAlreadyVisible(int Face);
     
    9496  bool  outputAllSolid;
    9597  float outputFraction;
     98  Vector inputStart;
     99  Vector inputEnd;
     100 
    96101  Vector traceMins; //!< Mins of current bbox
    97102  Vector traceMaxs; //!< Maxs of current bbox
Note: See TracChangeset for help on using the changeset viewer.