43 void setMeshSource(Ogre::SceneManager* scenemanager,
const std::string& file);
46 {
return this->entity_; }
53 void setSubMaterial(
const std::string& name,
const int index);
55 void setVisible(
bool bVisible);
56 bool isVisible()
const;
58 void setCastShadows(
bool bCastShadows);
60 {
return this->bCastShadows_; }
::std::string string
Definition: gtest-port.h:756
Ogre::Entity * entity_
Definition: Mesh.h:63
bool getCastShadows() const
Definition: Mesh.h:59
static unsigned int meshCounter_s
Definition: Mesh.h:67
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Ogre::Entity * getEntity()
Definition: Mesh.h:45
Ogre::SceneManager * scenemanager_
Definition: Mesh.h:65
bool bCastShadows_
Definition: Mesh.h:64