Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8318 in orxonox.OLD for branches/bsp_model/src/lib/graphics


Ignore:
Timestamp:
Jun 11, 2006, 2:56:42 PM (18 years ago)
Author:
bottac
Message:

collision detection again.

File:
1 edited

Legend:

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

    r8317 r8318  
    939939    if(this->outputFraction == 1.0f)
    940940    {
    941       if(this->outputAllSolid) collision = true;
     941      if(this->outputAllSolid)
     942      {
     943        this->collPlane = new plane;
     944        this->collPlane->x = 1.0f;
     945        this->collPlane->y = 0.0f;
     946        this->collPlane->z = 0.0f;
     947        collision = true;
     948       
     949      }
    942950      else collision = false;
    943951      out = dest;
Note: See TracChangeset for help on using the changeset viewer.