Garry's Mod Wiki

render.ComputeLighting

  Vector render.ComputeLighting( Vector position, Vector normal )

Description

Calculates the light color of a certain surface.

Arguments

1 Vector position
The position of the surface to get the light from.
2 Vector normal
The normal of the surface to get the light from.

Returns

1 Vector
A vector representing the light at that point.