SpotLight_v5 Op
spot light that emits a cone of light
Summary (oneliner)
The spot light basically is a point light, with the difference that you can set an angle to control where the light gets cut off.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger input
Light Attributes
intensity of the spotlight
effective radius of the spot light
Position
X position of the light
Y position of the light
Z position of the light
Point At
where the light points at X
where the light points at Y
where the light points at Z
Color
diffuse color channel R
diffuse color channel G
diffuse color channel B
Specular Color
specular color channel R
specular color channel G
specular color channel B
Cone Attributes
outter cone angle of the spot light, this parameter affects the camera of the shadow mapping
inner cone angle (soft area) of the spot light's cutoff
appearance of the spot light
falloff in respect to effective radius
if activated, light will generate a shadow map to be used with the shadow material extension
Shadow Map Settings
index of the map size
Shadow Map Settings
the size of the generated shadow map, possible values: 256, 512, 1024, 2048
strength of the shadows
the near value of the shadow camera's frustum
the far value of the shadow camera's frustum
biasing for the shadow comparison, refer to the shadow op for an in depth explanation
polygon offset for the shadow map rendering, refer to the shadow op for an in depth explanation
normal offset for the shadow map rendering, refer to the shadow op for an in depth explanation
blur factor for the variance shadow algorithm, refer to the shadow op for an in depth explanation
Advanced Options
Advanced Options
MSAA factor
Advanced Options
texture filter type
Advanced Options
anisotropic factor
Outputs
trigger output
generated shadow map output
Patches using SpotLight_v5
Changelog
Ops.User.cables.ShadowSpotTestLightCGL renamed to Ops.Admin.ShadowSpotLightCGL 2020-04-23 - cables | |
added core lib: vargetset 2020-05-20 - stephan | |
added core lib: cgl_functions 2020-05-26 - stephan | |
Ops.Admin.ShadowSpotLightCGL renamed to Ops.Gl.Phong.SpotLight_v5 2020-07-29 - pandur |