VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLightPointPerNodeData.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include <vrvOsg/vrvOsg.h>
13 
14 #include <osg/ref_ptr>
15 
16 namespace makVrv
17 {
21  {
22  public:
25 
28  const osg::Matrix& matrix);
29 
31  virtual ~DtLightPointPerNodeData();
32 
33  public:
34  osg::ref_ptr<DtLightPointNode> myNode; // The light point node of interest.
35  osg::Matrix myInverseMatrix; // Inverse matrix, for later adjustment.
36  };
37 
38 } // namespace makVrv
Contains makVrv::DtLightPointNode class.
osg::Matrix myInverseMatrix
Definition: DtLightPointPerNodeData.h:35
Definition: featureContext.h:37
osg::ref_ptr< DtLightPointNode > myNode
Definition: DtLightPointPerNodeData.h:34
virtual ~DtLightPointPerNodeData()
DTOR.
Contains DLL export macros.
This struct tracks data associated each node in the DtLightPointAggregator. This data does not live a...
Definition: DtLightPointPerNodeData.h:20

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)