Graphics::drawSpotLightWithShadow
Syntax
graphics.drawSpotLightWithShadow(posX, posY, posZ, dirX, dirY, dirZ, colorR, colorG, colorB, distance, brightness, roundness, radius, falloff, shadow);
Required Arguments
- posX: float
- posY: float
- posZ: float
- dirX: float
- dirY: float
- dirZ: float
- colorR: int
- colorG: int
- colorB: int
- distance: float
- brightness: float
- roundness: float
- radius: float
- falloff: float
- shadow: float
Return value
- Undefined
Example
todo