VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtParticleSystemModel.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2020 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtModel.h
>
14
15
#include <matrix/vlVector.h>
16
#include <
vrvCore/DtBackgroundLoader.h
>
17
18
namespace
makVrv
19
{
20
class
DtParticleSystemModelInstance;
21
24
class
DT_DLL_VRVCORE
DtParticleSystemModel
:
public
DtModel
25
{
26
public
:
28
DtParticleSystemModel
(
DtDe
& de,
DtUniqueID
id
);
29
31
virtual
~
DtParticleSystemModel
();
32
33
private
:
35
DtParticleSystemModel
(
const
DtParticleSystemModel
&other);
37
DtParticleSystemModel
&operator=(
const
DtParticleSystemModel
&other);
38
39
public
:
41
virtual
void
setModelDefinition(
const
std::string& str ) = 0;
42
45
virtual
const
std::string& className()
const
= 0;
46
48
virtual
void
setIntensity(
float
intensity) = 0;
49
51
virtual
void
setScale(
float
scale) = 0;
52
54
virtual
void
setDuration(
double
seconds) = 0;
55
57
virtual
void
setWindDirection(
const
DtVector& direction) = 0;
58
60
virtual
void
setMaxParticlesToEmit(
int
max) = 0;
61
63
virtual
void
stop() = 0;
64
66
virtual
void
start() = 0;
67
69
virtual
void
pause() = 0;
70
72
virtual
void
resume() = 0;
73
75
virtual
bool
supportsMultithreadedLoad();
76
78
virtual
void
setOffset(
const
DtVector&
offset
) = 0;
79
81
virtual
void
setArtPart(
int
artPart) = 0;
82
};
83
}
84
85
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
makVrv::DtUniqueID
unsigned long long DtUniqueID
Definition:
DtUniqueID.h:19
DtModel.h
Contains makVrv::DtModel class.
makVrv::DtParticleSystemModel
A model of a particle system.
Definition:
DtParticleSystemModel.h:24
makVrv::DtModel
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition:
DtModel.h:56
DtBackgroundLoader.h
Contains makVrv::DtBackgroundLoader class.
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:76
offset
voidpf uLong offset
Definition:
ioapi.h:42
vrvCore.h
Contains DLL export macros.
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
)