Commit 524204d6 authored by hybrid's avatar hybrid

Fix material hint for particles

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3613 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 88110887
...@@ -454,7 +454,7 @@ public: ...@@ -454,7 +454,7 @@ public:
//! Creates a fade out particle affector. //! Creates a fade out particle affector.
/** This affector modifies the color of every particle and and reaches /** This affector modifies the color of every particle and and reaches
the final color when the particle dies. This affector looks really the final color when the particle dies. This affector looks really
good, if the EMT_TRANSPARENT_VERTEX_ALPHA material is used and the good, if the EMT_TRANSPARENT_ADD_COLOR material is used and the
targetColor is video::SColor(0,0,0,0): Particles are fading out into targetColor is video::SColor(0,0,0,0): Particles are fading out into
void with this setting. void with this setting.
\param targetColor: Color whereto the color of the particle is changed. \param targetColor: Color whereto the color of the particle is changed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment