lbm_reference
Main Page
Namespaces
Classes
Files
File List
File Members
particles
Emitter.cpp
Go to the documentation of this file.
1
//! \file Emitter.h
2
//! \date Mar 12, 2009
3
//! \author Florian Rathgeber
4
5
#include "
Emitter.h
"
6
7
namespace
particles {
8
9
Emitter::Emitter
( core::vector3df pos,
10
core::vector3df size,
11
float
temp,
12
int
fuel,
13
int
emitThreshold,
14
float
fuelConsumption,
15
float
lifetimeCoeff ) :
16
pos_( pos ),
17
size_( size ),
18
temp_( temp ),
19
fuel_( fuel ),
20
emitThreshold_( emitThreshold ),
21
fuelConsumption_( fuelConsumption ),
22
lifetimeCoeff_( lifetimeCoeff ) {}
23
24
}
// namespace particles
Generated on Sun Jan 5 2014 15:28:21 for lbm_reference by
1.8.3.1