Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2006, 11:32:55 AM (17 years ago)
Author:
patrick
Message:

working on mountpoint extraction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/static_model_data.cc

    r9869 r10089  
    368368bool StaticModelData::addGroup(const std::string& groupString)
    369369{
    370   PRINTF(5)("Read Group: %s.\n", groupString.c_str());
     370  PRINTF(0)("Read Group: %s.\n", groupString.c_str());
    371371  if (this->groupCount != 0 && this->currentGroup->faceCount > 0)
    372372  {
     
    375375  }
    376376  // setting the group name if not default.
    377   if (groupString == "default")
    378   {
     377//   if (groupString == "default")
     378//   {
    379379    this->currentGroup->name = groupString;
    380   }
     380//   }
    381381  ++this->groupCount;
    382382  return true;
Note: See TracChangeset for help on using the changeset viewer.