gz/rendering/LightVisual.hh
Go to the documentation of this file.
45 };
Represents a light visual.
Definition: gz/rendering/LightVisual.hh:51
virtual void SetType(LightVisualType _type)=0
set type of the light
virtual ~LightVisual()
Descructor.
Definition: gz/rendering/LightVisual.hh:53
virtual void SetInnerAngle(double _innerAngle)=0
Set inner angle for spot lights.
virtual void SetOuterAngle(double _outerAngle)=0
Set outer angle for spot lights.
Represents a visual node in a scene graph. A Visual is the only node that can have Geometry and other...
Definition: gz/rendering/Visual.hh:35
LightVisualType
Enum for LightVisual types.
Definition: gz/rendering/LightVisual.hh:33
@ LVT_DIRECTIONAL
Directional light.
Definition: gz/rendering/LightVisual.hh:41