Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-10-20 11:58:27 +0000
committerStijn Buys <ingar@osirion.org>2013-10-20 11:58:27 +0000
commit844712beaf13127ab7e54cff1a00d87ae260d522 (patch)
tree0d3f47a4608f62d31bc118782a32e23b1ffd024b /src/render/particleejector.h
parent55f9c240525d77686d00d43f627db7892f27e1de (diff)
Make thrust triggered particle ejectors set output particle speed depending on the current entity thrust value.
Diffstat (limited to 'src/render/particleejector.h')
-rw-r--r--src/render/particleejector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/particleejector.h b/src/render/particleejector.h
index 838af12..d68b32f 100644
--- a/src/render/particleejector.h
+++ b/src/render/particleejector.h
@@ -53,7 +53,7 @@ public:
/**
* @brief updated the particles attached to the ejector, and drawn them
* */
- void frame(const float seconds, const math::Vector3f & ps_location, const math::Axis & ps_axis);
+ void frame(const float seconds, const math::Vector3f & ps_location, const math::Axis & ps_axis, const float thrust_factor);
/**
* @brief remove all particles