Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7123 in orxonox.OLD for trunk/src/lib/graphics/importer/md2Model.h


Ignore:
Timestamp:
Feb 11, 2006, 8:57:26 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some cleanup before the new tag

  1. BaseObject isA was wrong… every subclass was detected as any other subclass
  2. Classes get unloaded again as they should
  3. some minor fixes (Material* → Material) and some other cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/md2Model.h

    r7114 r7123  
    1919#define _MD2MODEL_H
    2020
     21#include "base_object.h"
     22
    2123#include "model.h"
    22 #include "base_object.h"
    23 #include "stdincl.h"
    24 
     24#include "material.h"
    2525
    2626//! These are the needed defines for the max values when loading .MD2 files
     
    212212  int*               pLightNormals;         //!< pointer to the light normals
    213213
    214   Material*          material;              //!< pointer to the material
     214  Material           material;              //!< pointer to the material
    215215  float              scaleFactor;           //!< the scale factor of the model, (global)
    216216};
Note: See TracChangeset for help on using the changeset viewer.