Template:KV RenderFields: Difference between revisions
Jump to navigation
Jump to search
Deprecated (talk | contribs) m (Added to Keyvalue Templates category) |
No edit summary |
||
Line 1: | Line 1: | ||
{{minititle|RenderFields}} | {{minititle|RenderFields}} | ||
{{KV|[[Render Mode]] | {{KV|[[Render Mode]]|intn=rendermode|choices|Set a non-standard rendering mode on this entity.}} | ||
:{{ExpandBox| | :{{ExpandBox| | ||
:*0: Normal | :*0: Normal | ||
Line 13: | Line 13: | ||
:*9: World Space Glow | :*9: World Space Glow | ||
:*10: Don't Render}} | :*10: Don't Render}} | ||
{{KV|Render FX / Transparency (0 - 255) | {{KV|Render FX / Transparency (0 - 255)|intn=renderamt|int|Transparency amount, requires a Render Mode other than '''Normal'''. 0 is invisible, 255 is fully visible.}} | ||
{{KV|Render Color (R G B) | {{KV|Render Color (R G B)|intn=rendercolor|color255|Color tint.}} | ||
{{KV|Disable Receiving Shadows | {{KV|Disable Receiving Shadows|intn=disablereceiveshadows|boolean|Prevent the entity from receiving shadows on itself.}} | ||
{{KV RenderFXChoices}}<noinclude>[[Category:Keyvalue Templates|RenderFields]]</noinclude> | {{KV RenderFXChoices}}<noinclude>[[Category:Keyvalue Templates|RenderFields]]</noinclude> |
Revision as of 17:46, 28 July 2020
RenderFields:
- Render Mode (rendermode) <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) <integer>
- Transparency amount, requires a Render Mode other than Normal. 0 is invisible, 255 is fully visible.
- Render Color (R G B) (rendercolor) <color255>
- Color tint.
- Disable Receiving Shadows (disablereceiveshadows) <boolean>
- Prevent the entity from receiving shadows on itself.
- Render FX (renderfx) <byte choices>
- Various somewhat legacy alpha effects. See render effects.