VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtInstanceLpProcessor Class Reference

Instance post cull processor for checking lightpoint node sectors and performing small feature culling on the light points. More...

Inheritance diagram for makVrv::DtInstanceLpProcessor:
Inheritance graph
[legend]

Public Member Functions

 DtInstanceLpProcessor (DtInstanceManager &instanceManager)
 constructor: sets the myInstanceManger object
virtual ~DtInstanceLpProcessor ()
 DTOR.
virtual void processRange (unsigned int instanceStride, unsigned int instanceOffset, unsigned int instanceCount)
 Main instance processor callback loops over all the drawable instances and processes any lightpoints it finds.
- Public Member Functions inherited from makVrv::DtInstanceProcessor
virtual ~DtInstanceProcessor ()
 DTOR.

Protected Member Functions

void updateLpRange (unsigned int instanceStride, unsigned int instanceOffset, unsigned int instanceCount)
 Loops over all the instances and calls updateLightPoints for their drawables.
void updateLightPoints (const ArrayRange &drawableRange, unsigned int drawableOffset)
 Loops over all the drawables on an instance and checks for light points if it is a light point it performs small feature culling and sector processing.

Protected Attributes

DtInstanceManagermyInstanceManager
 Instance manager object for this processor.

Detailed Description

Instance post cull processor for checking lightpoint node sectors and performing small feature culling on the light points.

Constructor & Destructor Documentation

makVrv::DtInstanceLpProcessor::DtInstanceLpProcessor ( DtInstanceManager instanceManager)

constructor: sets the myInstanceManger object

virtual makVrv::DtInstanceLpProcessor::~DtInstanceLpProcessor ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtInstanceLpProcessor::processRange ( unsigned int  instanceStride,
unsigned int  instanceOffset,
unsigned int  instanceCount 
)
virtual

Main instance processor callback loops over all the drawable instances and processes any lightpoints it finds.

Implements makVrv::DtInstanceProcessor.

void makVrv::DtInstanceLpProcessor::updateLpRange ( unsigned int  instanceStride,
unsigned int  instanceOffset,
unsigned int  instanceCount 
)
protected

Loops over all the instances and calls updateLightPoints for their drawables.

void makVrv::DtInstanceLpProcessor::updateLightPoints ( const ArrayRange drawableRange,
unsigned int  drawableOffset 
)
protected

Loops over all the drawables on an instance and checks for light points if it is a light point it performs small feature culling and sector processing.

Member Data Documentation

DtInstanceManager& makVrv::DtInstanceLpProcessor::myInstanceManager
protected

Instance manager object for this processor.


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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)