VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtInstanceLpProcessor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
14 #include <vrvOsg/DtInstanceState.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19 
20  class DtInstanceManager;
21 
26  {
27  public:
28 
30  DtInstanceLpProcessor(DtInstanceManager& instanceManager, DtDe& de);
31 
33  virtual ~DtInstanceLpProcessor();
34 
36  virtual void processRange(unsigned int instanceStride, unsigned int instanceOffset, unsigned int instanceCount);
37 
38  protected:
39 
41  void updateLpRange( unsigned int instanceStride, unsigned int instanceOffset, unsigned int instanceCount );
42 
45  void updateLightPoints( const ArrayRange& drawableRange, unsigned int drawableOffset );
46 
47  protected:
48 
51 
53  };
54 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)