Template:KV RenderFields: Difference between revisions
Jump to navigation
Jump to search
(.) |
(oop) |
||
Line 12: | Line 12: | ||
:*8: Alpha Add | :*8: Alpha Add | ||
:*9: World Space Glow | :*9: World Space Glow | ||
:*10: Don't Render} | :*10: Don't Render}} | ||
{{KV|Render FX / Transparency (0 - 255) (renderamt)|int|Transparency amount, requires a Render Mode other than '''Normal'''. 0 is invisible, 255 is fully visible.}} | {{KV|Render FX / Transparency (0 - 255) (renderamt)|int|Transparency amount, requires a Render Mode other than '''Normal'''. 0 is invisible, 255 is fully visible.}} | ||
{{KV|Render Color (R G B) (rendercolor)|color255|Color tint.}} | {{KV|Render Color (R G B) (rendercolor)|color255|Color tint.}} | ||
{{KV|Disable Receiving Shadows (disablereceiveshadows)|boolean|Prevent the entity from receiving shadows on itself.}} | {{KV|Disable Receiving Shadows (disablereceiveshadows)|boolean|Prevent the entity from receiving shadows on itself.}} | ||
{{KV RenderFXChoices}} | {{KV RenderFXChoices}} |
Revision as of 02:01, 22 September 2018
RenderFields:
- Render Mode (rendermode) ([todo internal name (i)]) <choices>
- Set a non-standard rendering mode on this entity.
- 0: Normal
- 1: Color
- 2: Texture
- 3: Glow
- 4: Solid/Alphatest
- 5: Additive
- 6: Removed, does nothing
- 7: Additive Fractional Frame
- 8: Alpha Add
- 9: World Space Glow
- 10: Don't Render
- Render FX / Transparency (0 - 255) (renderamt) ([todo internal name (i)]) <integer>
- Transparency amount, requires a Render Mode other than Normal. 0 is invisible, 255 is fully visible.
- Disable Receiving Shadows (disablereceiveshadows) ([todo internal name (i)]) <boolean>
- Prevent the entity from receiving shadows on itself.
- Render FX (renderfx) <byte choices>
- Various somewhat legacy alpha effects. See render effects.