Texture shadows: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) m (update to 2024 info) |
SirYodaJedi (talk | contribs) m (→In QC) |
||
Line 10: | Line 10: | ||
=== In QC === | === In QC === | ||
Add {{ | Add {{ent|$casttextureshadows}} to the model's QC file to enable texture shadows. | ||
Example: | Example: |
Revision as of 16:22, 25 January 2024
Texture shadows allow transparent model surfaces (not brushes or displacements!) to cast baked lightmap shadows.
To enable model texture shadows, add -TextureShadows to the VRAD parameters.
(only in ) To enable brush and displacement texture shadows, add -worldtextureshadows to the VRAD parameters.
Models
In QC
Add $casttextureshadows to the model's QC file to enable texture shadows.
Example:
$modelname "props_grate/metal_grate_64.mdl" $model body "metal_grate_64.smd" $staticprop $cdmaterials "metal/" $surfaceprop "metal" $contents "grate" $casttextureshadows
lights.rad
Texture shadows can be enabled on any prop without editing and recompiling the QC through the RAD file.
Example
forcetextureshadow props_underground/walkway_128a.mdl forcetextureshadow props_underground/walkway_128b.mdl