Template:KV RenderFields: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
* '''rendermode'''
* '''rendermode'''
: <choices> Used to set a non-standard rendering mode on this entity. See also 'FX Amount' and 'FX Color'.
: <choices> Used to set a non-standard rendering mode on this entity. See also 'FX Amount' and 'FX Color'.
:* 0 : Normal
:{|
:* 1 : Color
! Literal Value || Description
:* 2 : Texture
|-
:* 3 : Glow
| 0 || Normal
:* 4 : Solid
|-
:* 5 : Additive
| 1 || Color
:* 7 : Additive Fractional Frame
|-
:* 9 : World Space Glow
| 2 || Texture
:* 10 : Dont Render
|-
| 3 || Glow
|-
| 4 || Solid
|-
| 5 || Additive
|-
| 7 || Additive Fractional Frame
|-
| 9 || World Space Glow
|-
| 10 || Dont Render
|}


* '''renderamt'''
* '''renderamt'''

Revision as of 15:48, 17 August 2005

Template:Kv renderfxchoices

  • rendermode
<choices> Used to set a non-standard rendering mode on this entity. See also 'FX Amount' and 'FX Color'.
Literal Value Description
0 Normal
1 Color
2 Texture
3 Glow
4 Solid
5 Additive
7 Additive Fractional Frame
9 World Space Glow
10 Dont Render
  • renderamt
<integer> The FX amount (0 - 255) is used by the selected Render Mode.
  • rendercolor
<color255> The FX color is used by the selected Render Mode.