Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6308 in orxonox.OLD for trunk/src/lib/particles


Ignore:
Timestamp:
Dec 27, 2005, 1:51:26 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added tc a library to convert Vertice-Melanges into VertexArrayStrips. Also implemented it partly in the VertexArrayModel-class…. testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/particle_system.cc

    r6222 r6308  
    386386    case PARTICLE_MODEL:
    387387      if (this->getModel(0))
    388         return this->count * this->getModel()->getFaceCount();
     388        return this->count * this->getModel()->getTriangleCount();
    389389      break;
    390390  }
Note: See TracChangeset for help on using the changeset viewer.