$illumposition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (clean up, added deadend tag)
No edit summary
Line 17: Line 17:
__NOTOC__
__NOTOC__


[[Category:QC Commands|illumposition]]{{delete|reason=unused}}
[[Category:QC Commands|illumposition]]

Revision as of 08:39, 21 January 2024

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

Sets the illumination position of the model relative to the origin. By default the $illumposition is the center of the model geometry.

When illuminating an animated or moving model in the engine, the lighting calculations are only done for the two brightest light sources. All the other lights, as well as bounced light from the environment, go into a simple single cubemap. This is the position the model uses for that cubemap.

You can optionally specify a bone name for the illum position. If you do, the position specified will be interpreted as being relative to the specified bone.

Syntax

$illumposition (x) (y) (z) [bone name]

Example

$illumposition 0.000 0.048 -0.115