RigsofRods
Soft-body Physics Simulation
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
a
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
g
h
l
m
n
o
p
r
s
t
v
Enumerator
a
b
c
d
f
g
h
l
m
n
o
r
s
t
v
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
k
o
Macros
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
source
main
gfx
particle
OgreParticleCustomParam.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef __OGRE_PARTICLE_CUSTOM_PARAM_H__
3
#define __OGRE_PARTICLE_CUSTOM_PARAM_H__
4
5
#include <OgreParticle.h>
6
7
namespace
Ogre
{
8
11
14
16
class
ParticleCustomParam
:
public
ParticleVisualData
17
{
18
public
:
19
ParticleCustomParam
() :
paramValue
(0, 0, 0, 0)
20
{
21
}
22
23
virtual
~ParticleCustomParam
()
24
{
25
}
26
27
Vector4
paramValue
;
28
};
29
32
33
}
// namespace Ogre
34
35
#endif // __OGRE_PARTICLE_CUSTOM_PARAM_H__
Ogre::ParticleCustomParam
custom visual data for shader renderer
Definition:
OgreParticleCustomParam.h:16
Ogre::ParticleCustomParam::paramValue
Vector4 paramValue
Definition:
OgreParticleCustomParam.h:27
Ogre::ParticleCustomParam::~ParticleCustomParam
virtual ~ParticleCustomParam()
Definition:
OgreParticleCustomParam.h:23
Ogre::ParticleCustomParam::ParticleCustomParam
ParticleCustomParam()
Definition:
OgreParticleCustomParam.h:19
Ogre
Definition:
ExtinguishableFireAffector.cpp:35
Generated by
1.8.17