$illumposition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(minor cleanup and info)
Line 1: Line 1:
Offsets the position from which the prop receives dynamic point lighting. Default is its [[$origin|origin]].
Sets the illumination position of the model relative to the origin. By default the <code>$illumposition</code> 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 ==
== Example ==
Line 5: Line 13:
  $illumposition 0.000 0.048 -0.115
  $illumposition 0.000 0.048 -0.115


[[Category:QC Commands|I]]
[[Category:QC Commands|illumposition]]__NOTOC__

Revision as of 19:55, 28 April 2008

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