renderer
The base /renderer definition and defaults.
Vars | |
group | The compositing renderer this renderer belongs to. |
---|---|
owner | When not shared, the mob associated with this renderer. |
relay | The relay movable used to composite this renderer to its group. |
relay_blend_mode | Optional blend mode override for the renderer's composition relay. |
render_target_name | If text, uses the text or, if TRUE, uses "*AUTO-[name]". |
renderer_flags | A bitfield of RENDERER_* defines. |
Procs | |
GraphicsUpdate | Graphic preferences Some renderers may be able to use a graphic preference to determine how to display effects. For example reduce particle counts or filter variables. |
Var Details
group
The compositing renderer this renderer belongs to.
owner
When not shared, the mob associated with this renderer.
relay
The relay movable used to composite this renderer to its group.
relay_blend_mode
Optional blend mode override for the renderer's composition relay.
render_target_name
If text, uses the text or, if TRUE, uses "*AUTO-[name]".
renderer_flags
A bitfield of RENDERER_* defines.
Proc Details
GraphicsUpdate
Graphic preferences Some renderers may be able to use a graphic preference to determine how to display effects. For example reduce particle counts or filter variables.