Vizard 7 » Command Index » Vizard objects » node3d » <node3d:light>.intensity
7.6

<node3d:light>.intensity

Set the intensity of the light

<node3d:light>.intensity(  
intensity  
)  
intensity

Remarks

Set the strength of the light source.

Return Value

None

Example

light = viz.addLight()
light.intensity( 5 )