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

Struct for caching light clipping information for re-use in a frame. More...

#include <OgreSceneManager.h>

+ Collaboration diagram for Ogre::SceneManager::LightClippingInfo:

Public Member Functions

 LightClippingInfo ()
 

Public Attributes

PlaneList clipPlanes
 
unsigned long clipPlanesValid
 
RealRect scissorRect
 
bool scissorValid
 

Detailed Description

Struct for caching light clipping information for re-use in a frame.

Definition at line 755 of file OgreSceneManager.h.

Constructor & Destructor Documentation

Ogre::SceneManager::LightClippingInfo::LightClippingInfo ( )
inline

Definition at line 761 of file OgreSceneManager.h.

Member Data Documentation

PlaneList Ogre::SceneManager::LightClippingInfo::clipPlanes

Definition at line 758 of file OgreSceneManager.h.

unsigned long Ogre::SceneManager::LightClippingInfo::clipPlanesValid

Definition at line 760 of file OgreSceneManager.h.

RealRect Ogre::SceneManager::LightClippingInfo::scissorRect

Definition at line 757 of file OgreSceneManager.h.

bool Ogre::SceneManager::LightClippingInfo::scissorValid

Definition at line 759 of file OgreSceneManager.h.


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