gz/rendering/ParticleEmitter.hh File Reference
#include <string>
#include "gz/math/Color.hh"
#include "gz/math/Pose3.hh"
#include "gz/math/Vector3.hh"
#include "gz/rendering/config.hh"
#include "gz/rendering/Export.hh"
#include "gz/rendering/RenderTypes.hh"
#include "gz/rendering/Visual.hh"
Go to the source code of this file.
Classes | |
class | ParticleEmitter |
Class to manage a particle emitter. More... | |
Namespaces | |
gz | |
gz::rendering | |
Rendering classes and function useful in robot applications. | |
Enumerations | |
enum | EmitterType { EM_POINT = 0, EM_BOX = 1, EM_CYLINDER = 2, EM_ELLIPSOID = 3, EM_NUM_EMITTERS = 4 } |
Enum for emitter types. More... | |