$illumposition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Changes the position from which the prop receives point lighting. Is the default its origin or centre point?
Offsets the position from which the prop receives dynamic point lighting. Default is its [[$origin|origin]].


$illumposition 0.000 0.048 -0.115 // from props_junk/garbage_coffeemug001a.mdl
== Example ==


[[Category:QC Commands]]
$illumposition 0.000 0.048 -0.115
 
[[Category:QC Commands|I]]

Revision as of 12:23, 27 April 2008

Offsets the position from which the prop receives dynamic point lighting. Default is its origin.

Example

$illumposition 0.000 0.048 -0.115