Gazebo Rendering

API Reference

9.0.0~pre2
Light.hh File Reference
#include "gz/math/Color.hh"
#include "gz/rendering/config.hh"
#include "gz/rendering/Node.hh"

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...