Particle System Renderers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 8: Line 8:
| animation rate || Rate at which to animate particles (???).
| animation rate || Rate at which to animate particles (???).
|-
|-
| orientation_type || Various orientation types (coming soon).
| 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)
|}
|}



Revision as of 15:09, 26 November 2008

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.