Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 6, 2005, 12:19:35 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: prepearing the objModel for triangles export support a la Patrick. @Bensch: I hope you will agree with my approach

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/model.cc

    r4746 r4791  
    202202  // this creates the display List.
    203203  this->importToDisplayList();
     204  this->buildTriangleList();
    204205
    205206  // deletes everything we allocated.
     
    809810}
    810811
     812
     813
     814/**
     815   \brief builds an array of triangles, that can later on be used for obb separation and octree separation
     816 */
     817bool Model::buildTriangleList()
     818{
     819
     820}
    811821
    812822
Note: See TracChangeset for help on using the changeset viewer.