Light.hh File Reference
Go to the source code of this file.
Classes | |
| class | DirectionalLight |
| Represents a infinite directional light. More... | |
| class | Light |
| Represents a light source in the scene graph. More... | |
| class | PointLight |
| Represents a point light. More... | |
| class | SpotLight |
| Represents a spotlight. More... | |
Namespaces | |
| namespace | gz |
| namespace | gz::rendering |
| Rendering classes and function useful in robot applications. | |
Enumerations | |
| enum class | LightType { EMPTY = 0 , POINT = 1 , DIRECTIONAL = 2 , SPOT = 3 } |
| Enum for Light types. More... | |