Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2006, 12:51:36 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: all Textures are shown again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/elements/image_entity.h

    r7730 r7751  
    1010#include "element_2d.h"
    1111#include "event_listener.h"
    12 #include "material.h"
     12
     13#include "vector.h"
     14
     15
     16// FORWARD DECLARATION
     17class Model;
     18class Material;
     19class TiXmlElement;
    1320
    1421//! A class that enables the
     
    3239
    3340 private:
    34    Material         material;             //!< a material for the Aim.
     41   Material*        material;             //!< a material for the Aim.
    3542   float            rotationSpeed;        //!< Speed of the Rotation.
    3643   bool             bBillboarding;        //!< true if billboarding is on
Note: See TracChangeset for help on using the changeset viewer.