|
| PointCloudComponent (const std::string &name, Entity *entity, const Ra::Core::Asset::GeometryData *data) |
|
| PointCloudComponent (const std::string &name, Entity *entity, Core::Geometry::PointCloud &&mesh, Core::Asset::MaterialData *mat=nullptr) |
|
| ~PointCloudComponent () override |
|
void | initialize () override |
| Pure virtual method to be overridden by any component. When this method is called you are guaranteed that all other startup systems have been loaded.
|
|
const Ra::Core::Geometry::PointCloud & | getCoreGeometry () const |
| Returns the current display geometry.
|
|
Data::PointCloud * | getGeometry () |
|
void | setSplatSize (float s) |
| set the splat size for rendering
|
|
float | getSplatSize () const |
| get the splat size for rendering
|
|
void | setupIO (const std::string &id) override |
|
void | setDeformable (bool b) |
|
| GeometryComponent (const std::string &name, Entity *entity) |
|
void | setContentName (const std::string &name) |
|
| Component (const std::string &name, Entity *entity) |
| CONSTRUCTOR.
|
|
virtual | ~Component () |
| DESTRUCTOR.
|
|
virtual void | setEntity (Entity *entity) |
| Set entity the component is part of. This method is called by the entity. More...
|
|
virtual Entity * | getEntity () const |
| Return the entity the component belongs to.
|
|
virtual const std::string & | getName () const |
| Return the component's name.
|
|
virtual void | setSystem (System *system) |
| Set the system to which the component belongs.
|
|
virtual System * | getSystem () const |
| Returns the system to which the component belongs.
|
|
Core::Utils::Index | addRenderObject (Rendering::RenderObject *renderObject) |
| Add a new render object to the component. This adds the RO to the manager for drawing.
|
|
void | removeRenderObject (const Core::Utils::Index &roIdx) |
| Remove the render object from the component.
|
|
virtual bool | canEdit (const Core::Utils::Index &) const |
| Returns true if a transform can be edited with the render object index given as a key.
|
|
virtual Core::Transform | getTransform (const Core::Utils::Index &) const |
| Get the transform associated with the given RO index key.
|
|
virtual void | setTransform (const Core::Utils::Index &, const Core::Transform &) |
| Set the new transform associated with the RO index key.
|
|
void | notifyRenderObjectExpired (const Core::Utils::Index &idx) |
|
virtual Core::Aabb | computeAabb () |
|
void | invalidateAabb () |
|
const std::vector< Core::Utils::Index > & | getRenderObjects () |
|
- Warning
- , WIP
- Todo:
- doc.
Definition at line 117 of file GeometryComponent.hpp.