User:Dr. Orange/Sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Testing Hl1 Rendermode template.)
No edit summary
Line 1: Line 1:
; Render Mode <code><choices></code>
; Render Mode <code><choices></code>
: [[Rendermode]] to use.
: [[Render Modes|Render Mode]] to use.
:* 0: "Normal"
:* 0: "Normal"
:* 1: "Color"
:* 1: "Color"

Revision as of 11:07, 31 March 2015

Render Mode <choices>
Render Mode to use.
  • 0: "Normal"
  • 1: "Color"
  • 2: "Texture"
  • 3: "Glow"
  • 4: "Solid"
  • 5: "Additive"
FX Amount (1-255) <integer>
Controls transparency when using another render mode then normal. 0 is completely invisible, and 255 is opaque.
FX Color (R G B) <color255>
Color to use by the specified render mode.