$ambientboost: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Replaced deprecated {{Game name}} template with {{Software}} counterpart. Action performed by bot)
m (typo fix)
Line 1: Line 1:
{{lang|$ambientboost|$title=$ambientboost}}
{{lang|$ambientboost|$title=$ambientboost}}
'''<code style="color:lightgrey">$ambientboost</code>''' is the [[:Category:QC_Commands|QC command]]. Indicates the [[model]] be rendered with the ambient boost heuristic.
'''<code style="color:lightgrey">$ambientboost</code>''' is a [[:Category:QC_Commands|QC command]]. Indicates the [[model]] be rendered with the ambient boost heuristic.


In order to keep a model from becoming too dark in some situations, the heuristic boosts the ambient cube contribution in cases where the ambient term is otherwise overwhelmed by any direct lights. To use this, include <code>$ambientboost</code> in your '''[[QC|.qc]]''' files for a given model and the boost heuristic will be applied to the ambient cube contribution of shading.
In order to keep a model from becoming too dark in some situations, the heuristic boosts the ambient cube contribution in cases where the ambient term is otherwise overwhelmed by any direct lights. To use this, include <code>$ambientboost</code> in your '''[[QC|.qc]]''' files for a given model and the boost heuristic will be applied to the ambient cube contribution of shading.

Revision as of 07:22, 20 September 2024

English (en)Translate (Translate)

$ambientboost is a QC command. Indicates the model be rendered with the ambient boost heuristic.

In order to keep a model from becoming too dark in some situations, the heuristic boosts the ambient cube contribution in cases where the ambient term is otherwise overwhelmed by any direct lights. To use this, include $ambientboost in your .qc files for a given model and the boost heuristic will be applied to the ambient cube contribution of shading.

This technique was first used on Alyx in Half-Life 2: Episode One Half-Life 2: Episode One.

Syntax

$ambientboost