Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modding/util/vrad.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Other options:
-OnlyStaticProps : Only perform direct static prop lighting (vrad debug option)
-StaticPropNormals : when lighting static props, just show their normal vector
-StaticPropBounce : Enable static props to bounce light. Experimental option, doesn't work with VMPI right now.
-textureshadows : Allows models to cast shadows based on the alpha channel of their texture. Does not work with brushes, and in the case of skins, will use the first one.
-textureshadows : Allows models to cast shadows based on the alpha channel of their texture. Only works with brushes that have the flag CONTENTS_GRATE (such as by using %CompilePassBullets in the VMT), and in the case of skins, will use the first one.
-noskyboxrecurse : Turn off recursion into 3d skybox (skybox shadows on world)
-nossprops : Globally disable self-shadowing on static props

Expand Down