$mostlyopaque: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
 
$mostlyopaque
 
* Causes the model to be rendered in two passes: The first pass renders only the opaque portions of the model, and the second pass renders only the translucent portion of the model.
* Good for improving translucency sorting for things like trees.
* cf. [[$opaque]]




[[Category:QC Commands]]
[[Category:QC Commands]]

Revision as of 20:06, 7 November 2007

$mostlyopaque
  • Causes the model to be rendered in two passes: The first pass renders only the opaque portions of the model, and the second pass renders only the translucent portion of the model.
  • Good for improving translucency sorting for things like trees.
  • cf. $opaque