$mostlyopaque: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (cat)
Line 1: Line 1:
  $mostlyopaque
  $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.  
* 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.  
* Good for improving translucency sorting for things like trees.  
* cf. [[$opaque]]
* cf. [[$opaque]]


 
[[Category:QC Commands|mostlyopaque]]
[[Category:QC Commands]]

Revision as of 15:32, 28 April 2008

$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