Make Point Light (vuo.scene.make.light.point)

Creates a point light that can be added to a 3D scene.

A point light has a specific location (unlike ambient light) and shines in all directions (unlike a spotlight).

For objects having shaders that respond to lighting, causes parts of the object that face the light to be brighter than parts that face away from the light.

Keywords: draw, graphics, lighting, omnidirectional, opengl, scenegraph, source, sunlight


Example compositions:


Back to vuo.scene node set documentation.