Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 11:37:19 AM (16 years ago)
Author:
landauf
Message:

added some new graphical classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.h

    r2040 r2044  
    4747            virtual void changedVisibility();
    4848
     49            inline const Mesh& getMesh() const
     50                { return this->mesh_; }
     51
    4952            inline void setMeshSource(const std::string& meshname)
    5053                { this->meshSrc_ = meshname; this->changedMesh(); }
    5154            inline const std::string& getMeshSource() const
    5255                { return this->meshSrc_; }
    53             inline const Mesh& getMesh() const
    54                 { return this->mesh_; }
    5556
    5657            inline void setCastShadows(bool bCastShadows)
Note: See TracChangeset for help on using the changeset viewer.