Particle System Renderers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Robot: Automated text replacement (-\{\|\r +{| class=standard-table))
Line 3: Line 3:
Renders animated sprites of varying orientations.
Renders animated sprites of varying orientations.


{|
{| class=standard-table
! Parameter !! Description
! Parameter !! Description
|-
|-

Revision as of 20:34, 19 January 2009

render_animated_sprites

Renders animated sprites of varying orientations.

Parameter Description
animation rate Rate at which to animate particles (???).
orientation_type Various orientation types
  • 0 - Billboarded (always face camera)
  • 1 - Fix Z and rotate along X and Y
  • 2 - Fix X and Y and rotate along Z (always face up)


render_sprite_trail

Renders animated sprites with trails based on their velocity.