Make Spotlight (vuo.scene.make.light.spot)

Creates a spotlight that can be added to a 3D scene.

A spotlight has a specific location (unlike ambient light), and only shines in one direction (unlike a point light).

For objects having shaders that respond to lighting, a spotlight causes parts of the object that face the light (and are within the spotlight’s cone) to be brighter than parts that face away from the light (or are outside the spotlight’s cone).

Keywords: directional, draw, graphics, lighting, opengl, point, scenegraph, source


Example compositions:


Back to vuo.scene node set documentation.