Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 27, 2005, 12:22:09 AM (19 years ago)
Author:
bensch
Message:

orxonox.trunk: importer now with subclass PrimitiveModel, taht supports working CONE/CUBE/PLANE/SPHERE/CYLINDER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/util/resource_manager.cc

    r3655 r3657  
    2020// different resource Types
    2121#include "objModel.h"
     22#include "primitive_model.h"
    2223#include "texture.h"
    2324
     
    110111        {
    111112          PRINTF(2)("Sorry, %s does not exist. Loading a cube-Model instead\n", tmpName);
    112           tmpResource = new Model(CUBE);
     113          tmpResource = new PrimitiveModel(CUBE);
    113114        }
    114115      break;
Note: See TracChangeset for help on using the changeset viewer.