Changes between Version 4 and Version 5 of ParticleFormat


Ignore:
Timestamp:
Dec 5, 2013, 6:19:00 PM (10 years ago)
Author:
wraitii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ParticleFormat

    v4 v5  
    3030
    3131    <uniform name="size" min="1.0" max="2.0"/>
     32    <uniform name="size.growthRate" min="1.0" max="2.0"/>
    3233
    3334    <uniform name="color.r" min="0.8" max="1.0"/>
     
    7071 * '''`velocity.angle`''' - rotation speed in radians per second.
    7172 * '''`size`''' - size in metres.
     73 * '''`size.growthRate`''' - A set amount by which the size grows (or shrinks) each turn. Not proportional to the size.
    7274 * '''`color.r`''' - colour, which will be multiplied by the RGB of the texture.
    7375 * '''`color.g`'''