VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCopyableParticleEffect.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtFileLoadedEffect.h,v $ $Revision: 1.13 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvOsg/vrvOsg.h>
17 #include <osg/Group>
18 #include <osg/Geode>
19 #include <osg/MatrixTransform>
20 #include <osgParticle/Emitter>
21 #include <osgParticle/ModularProgram>
22 #include <string>
23 
24 namespace makVrv
25 {
29  {
30  public:
31 
32  DtCopyableParticleEffect(const osg::Node* loadedNode,
33  bool useOriginalOsgFluidFrictionOperator = false,
34  bool forceSingleLoopAnimation = false);
35 
37  const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
38 
39  virtual void setUpEmittersAndPrograms();
40 
41  virtual void setUseLocalParticleSystem(bool useLocal);
42 
43  protected:
44 
45  virtual ~DtCopyableParticleEffect();
46 
47  osg::ref_ptr<osg::Node> myLoadedNode;
49  };
50 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)