Go to the source code of this file.
Namespaces | |
| namespace | gazebo |
| Forward declarations for the common classes. | |
| namespace | gazebo::rendering |
| Rendering namespace. | |
Functions | |
| rendering::ScenePtr | create_scene (const std::string &_name, bool _enableVisualizations, bool _isServer=false) |
| create rendering::Scene by name. | |
| bool | fini () |
| teardown rendering engine. | |
| rendering::ScenePtr | get_scene (const std::string &_name="") |
| get pointer to rendering::Scene by name. | |
| bool | init () |
| init rendering engine. | |
| bool | load () |
| load rendering engine. | |
| void | remove_scene (const std::string &_name) |
| remove a rendering::Scene by name | |