RigsofRods
Soft-body Physics Simulation
Data Structures | Public Member Functions | Protected Attributes
Terrn2CustomMaterial Class Reference
+ Inheritance diagram for Terrn2CustomMaterial:
+ Collaboration diagram for Terrn2CustomMaterial:

Data Structures

class  Profile
 

Public Member Functions

 Terrn2CustomMaterial (Ogre::String materialName, bool addNormalmap, bool cloneMaterial)
 
void setMaterialByName (const Ogre::String materialName)
 

Protected Attributes

Ogre::String m_material_name
 
bool m_clone_material
 
bool m_add_normal_map
 

Detailed Description

Author
: http://www.ogre3d.org/forums/viewtopic.php?f=5&t=72455

Definition at line 45 of file TerrainGeometryManager.cpp.

Constructor & Destructor Documentation

◆ Terrn2CustomMaterial()

Terrn2CustomMaterial::Terrn2CustomMaterial ( Ogre::String  materialName,
bool  addNormalmap,
bool  cloneMaterial 
)
inline

Definition at line 49 of file TerrainGeometryManager.cpp.

Member Function Documentation

◆ setMaterialByName()

void Terrn2CustomMaterial::setMaterialByName ( const Ogre::String  materialName)
inline

Definition at line 56 of file TerrainGeometryManager.cpp.

Field Documentation

◆ m_add_normal_map

bool Terrn2CustomMaterial::m_add_normal_map
protected

Definition at line 95 of file TerrainGeometryManager.cpp.

◆ m_clone_material

bool Terrn2CustomMaterial::m_clone_material
protected

Definition at line 94 of file TerrainGeometryManager.cpp.

◆ m_material_name

Ogre::String Terrn2CustomMaterial::m_material_name
protected

Definition at line 93 of file TerrainGeometryManager.cpp.


The documentation for this class was generated from the following file: