Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::Mesh::MeshLodUsage Struct Reference

A way of recording the way each LODs is recorded this Mesh. More...

#include <OgreMesh.h>

List of all members.

Public Attributes

Real fromDepthSquared
 squared Z value from which this LOD will apply. More...

String manualName
 Only relevant if mIsLodManual is true, the name of the alternative mesh to use. More...

MeshmanualMesh
 Hard link to mesh to avoid looking up each time. More...


Detailed Description

A way of recording the way each LODs is recorded this Mesh.


Member Data Documentation

Real Ogre::Mesh::MeshLodUsage::fromDepthSquared
 

squared Z value from which this LOD will apply.

Mesh* Ogre::Mesh::MeshLodUsage::manualMesh
 

Hard link to mesh to avoid looking up each time.

String Ogre::Mesh::MeshLodUsage::manualName
 

Only relevant if mIsLodManual is true, the name of the alternative mesh to use.

Copyright © 2002 by The OGRE Team