OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Terrain::LayerInstance Struct Reference

An instance of a layer, with specific texture names. More...

#include <OgreTerrain.h>

+ Collaboration diagram for Ogre::Terrain::LayerInstance:

Public Member Functions

 LayerInstance ()
 

Public Attributes

StringVector textureNames
 List of texture names to import; must match with TerrainLayerDeclaration. More...
 
Real worldSize
 The world size of the texture to be applied in this layer. More...
 

Detailed Description

An instance of a layer, with specific texture names.

Definition at line 298 of file OgreTerrain.h.

Constructor & Destructor Documentation

Ogre::Terrain::LayerInstance::LayerInstance ( )
inline

Definition at line 305 of file OgreTerrain.h.

Member Data Documentation

StringVector Ogre::Terrain::LayerInstance::textureNames

List of texture names to import; must match with TerrainLayerDeclaration.

Definition at line 303 of file OgreTerrain.h.

Real Ogre::Terrain::LayerInstance::worldSize

The world size of the texture to be applied in this layer.

Definition at line 301 of file OgreTerrain.h.


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