VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsg
DtCopyableParticleEffect.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 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
>
15
#include <
vrvOsg/DtParticleEffect.h
>
16
#include <
vrvOsg/DtImprovedModularEmitter.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
{
28
class
DT_DLL_VRVOSG
DtCopyableParticleEffect
:
public
DtParticleEffect
29
{
30
public
:
31
32
DtCopyableParticleEffect
(
const
osg::Node* loadedNode,
33
bool
useOriginalOsgFluidFrictionOperator =
false
);
34
35
DtCopyableParticleEffect
(
const
DtCopyableParticleEffect
& copy,
36
const
osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
37
38
virtual
void
setUpEmittersAndPrograms();
39
40
virtual
void
setUseLocalParticleSystem(
bool
useLocal);
41
42
protected
:
43
44
virtual
~
DtCopyableParticleEffect
();
45
46
osg::ref_ptr<osg::Node>
myLoadedNode
;
47
bool
myUseOriginalOsgFluidFrictionOperator
;
48
};
49
}
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
)