SetPointLightPosition
Description
Places the point light at a new position.
Definition
SetPointLightPosition( lightID, x, y, z )
void agk::SetPointLightPosition( UINT lightID, float x, float y, float z )
Parameters
- lightID - The ID of the light to modify.
- x - The X component of the new position.
- y - The Y component of the new position.
- z - The Z component of the new position.