Template:KV visiblebrush: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(34 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{minititle|Visible Brush}}
{{TDeprecated|Brush rendering note}}
{{KV|Minimum Bounding Box Size (mins)|vector|Co-ordinate of the minimum bounding box corner. The bounding box is drawn from this corner to the other one. Requires Bounding Box collisions (solid 2) to be used. Can be used to overwrite the collision shape of a brush, although it can only be a cuboid.|nofgd=1}}
{{APH}}
{{KV|Maximum Bounding Box Size (maxs)|vector|Co-ordinate of the maximum bounding box corner. The bounding box is drawn from this corner to the other one. Requires Bounding Box collisions (solid 2) to be used. Can be used to overwrite the collision shape of a brush, although it can only be a cuboid.|nofgd=1}}
{{KV|Minimum Light (_minlight)|float|Minimum amount of light to hit this brush. 0 is none, 1 is normal, and 2 is doubled.}}
{{KV|Collisions (solid)|choices|Method of collision for this entity.|nofgd=1}}
:*0: None
:*1: BSP ([[QPhysics]])
:*2: [[Bounding box|Bounding Box]]
:*3: [[Bounding box|Oriented Bounding Box]]
:*4: [[Bounding box|Oriented Bounding Box]], constrained to Yaw only
:*5: Custom/Test
:*6: [[VPhysics]]
{{KV|Model Index (modelindex)|short|Changes the entitiy's model to a precached model on the map. See [[Model Index]] for more information.|nofgd=1}}
{{KV|Damage Filter Name (damagefilter)|targetname|When this entity receives damage, it will [[filter]] by this entity.}}
{{KV|[[Render Mode]] (rendermode)|choices|Set a non-standard rendering mode on this entity.}}
:{{ExpandBox|
:*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}}
{{KV|Render FX (renderfx)|choices|Preset pattern of appearance effects.}}
:{{ExpandBox|
:*'''0:''' None
:*'''1:''' Slow Pulse
:*'''2:''' Fast Pulse
:*'''3:''' Slow Wide Pulse
:*'''4:''' Fast Wide Pulse
:*'''5:''' Slow Fade Away
:*'''6:''' Fast Fade Away
:*'''7:''' Slow Become Solid
:*'''8:''' Fast Become Solid
:*'''9:''' Slow Strobe
:*'''10:''' Fast Strobe
:*'''11:''' Faster Strobe
:*'''12:''' Slow Flicker
:*'''13:''' Fast Flicker
:*'''14:''' Constant Glow
:*'''15:''' Distort
:*'''16:''' Hologram (Distort + fade)
:*'''17:''' Scale Up
:*'''22:''' Spotlight FX
:*'''23:''' Cull By Distance
:*'''24:''' Fade Wider Pulse
:*'''26:''' Fade Near}}
:{{todo|18-21, 25}}
{{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|Shadow Cast Distance (shadowcastdist)|int|Sets how far the entity casts dynamic shadows. 0 means default distance from the [[shadow_control]] entity.|nofgd=1}}
{{KV|Disable Shadows (disableshadows)|boolean|Prevent the entity from creating cheap render-to-texture shadows. Does not affect [[shadow mapping]].}}
{{KV|Disable Receiving Shadows (disablereceiveshadows)|boolean|Prevent the entity from receiving shadows on itself.}}

Latest revision as of 03:37, 3 September 2024

Red x.png
This template (and its redirect) is Wikipedia icon Deprecated. Its use is not recommended and its functionality may be compromised.
Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
Note.pngNote:Archived page history
Icon-Important.pngImportant:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.