VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDynamicizeStateSetVisitor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <osg/NodeVisitor>
13 
14 namespace osg
15 {
16  class Node;
17 }
18 
19 namespace makVrv
20 {
26  class DtDynamicizeStateSetVisitor : public osg::NodeVisitor
27  {
28  public:
30 
31  virtual void apply(osg::Node& node);
32 
33  protected:
34 
35  };
36 
37 }
virtual void apply(osg::Node &node)
visitor used to mark statesets and their attributes as dynamic. This avoids stateset sharing being ap...
Definition: DtDynamicizeStateSetVisitor.h:26

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)