MegaGlest Forum
MegaGlest => Bug reports => Topic started by: -Archmage- on 4 March 2017, 20:38:34
-
Problem. (https://gyazo.com/83dd3e58d8ff102de53475d4d16fac41)
What's interesting is that it seems to work properly with values over 45, and under 135. Unfortunately, I need an angle less than 45.
-
please show an xml example of such a particle system
-
Sure thing.
<?xml version="1.0" standalone="yes"?>
<unit-particle-system>
<texture value="true" path="images/particle.bmp" luminance="true"/>
<mode value="black"/>
<primitive value="quad"/>
<offset x="0" y="0.8" z="0.0"/>
<direction x="0" y="1" z="0"/>
<color red="0.4" green="0.0" blue="0.0" alpha="1.0" />
<color-no-energy red="0.3" green="0.0" blue="0.0" alpha="1.0" />
<radius value="0.25" />
<size value="0.1" />
<size-no-energy value="0.2" />
<speed value="4" />
<gravity value="0.3"/>
<emission-rate value="3" />
<energy-max value="30" />
<energy-var value="0" />
<fixed value="true" />
<relative value="false" />
<teamcolorNoEnergy value="false" />
<teamcolorEnergy value="false" />
<shape value="conical">
<angle value="5"/>
</shape>
<!--trajectory type="spiral">
<speed value="14.0"/>
<scale value="1"/>
<frequency value="0.5"/>
</trajectory-->
</unit-particle-system>
Result of this XML:
(https://i.gyazo.com/1446eaeee2b80aad993d45ec34630338.gif)