A_SpawnParticle Enhancements (Decorate Only)
Posted: Thu Jan 21, 2016 4:42 pm
Pull Request
Adds flags (relativity and fullbright flags) and an angle parameter. Because of relativity to the calling actor, this is DECORATE only.
- SPF_FULLBRIGHT makes the particle full bright.
- SPF_RELATIVE: Macro. Combines the following flags.
- SPF_RELPOS: Position is relative to angle.
- SPF_RELVEL: Velocity is relative to angle.
- SPF_RELACCEL: Acceleration is relative to angle.
- SPF_RELANG: Add caller's angle to angle parameter for relativity.
Adds flags (relativity and fullbright flags) and an angle parameter. Because of relativity to the calling actor, this is DECORATE only.
- SPF_FULLBRIGHT makes the particle full bright.
- SPF_RELATIVE: Macro. Combines the following flags.
- SPF_RELPOS: Position is relative to angle.
- SPF_RELVEL: Velocity is relative to angle.
- SPF_RELACCEL: Acceleration is relative to angle.
- SPF_RELANG: Add caller's angle to angle parameter for relativity.