gz/sensors/RenderingSensor.hh
Go to the documentation of this file.
a rendering sensor class
Definition: gz/sensors/RenderingSensor.hh:54
bool ManualSceneUpdate() const
Get whether the scene graph is updated manually. Defaults to false.
void AddSensor(rendering::SensorPtr _sensor)
Add a rendering::Sensor. Its render updates will be handled by this base class.
void Render()
Render update. This performs the actual render operation.
virtual void SetScene(rendering::ScenePtr _scene)
Set the rendering scene.
void SetManualSceneUpdate(bool _manual)
Set whether to update the scene graph manually. If set to true, it is expected that rendering::Scene:...
std::shared_ptr< Sensor > SensorPtr
Definition: gz/sensors/SensorTypes.hh:52
Definition: gz/sensors/AirPressureSensor.hh:32