95 virtual const string&
getId() = 0;
Entity hierarchy to be used with engine class.
virtual void addRotation(const Vector3 &axis, const float angle)=0
Add rotation.
virtual void setScale(const Vector3 &scale)=0
Set scale.
virtual const float getRotationAngle(const int idx) const =0
virtual const Matrix4x4 & getTransformationsMatrix() const =0
virtual const Vector3 & getPivot() const =0
@ RENDERPASS_POST_POSTPROCESSING
@ RENDERPASS_NOFRUSTUMCULLING
virtual bool isEnabled()=0
virtual void setRenderer(Renderer *renderer)=0
Set up renderer.
virtual const int getRotationCount() const =0
virtual const Vector3 & getTranslation() const =0
virtual void setRenderPass(RenderPass renderPass)=0
Set render pass.
virtual const Vector3 & getScale() const =0
virtual bool isContributesShadows()=0
virtual void setRotationAxis(const int idx, const Vector3 &axis)=0
Set rotation axis.
virtual const string & getId()=0
virtual bool isFrustumCulling()=0
virtual void setEngine(Engine *engine)=0
Set up engine.
virtual void setPivot(const Vector3 &pivot)=0
Set pivot.
virtual void setEffectColorMul(const Color4 &effectColorMul)=0
Set effect color that will be multiplied with fragment color.
virtual const Color4 & getEffectColorAdd() const =0
The effect color will be added to fragment color.
virtual void setTranslation(const Vector3 &translation)=0
Set translation.
virtual EntityType getEntityType()=0
static constexpr int RENDERPASS_ALL
virtual void fromTransformations(const Transformations &transformations)=0
Set up this transformations from given transformations.
virtual void update()=0
Update transformations.
virtual const Vector3 & getRotationAxis(const int idx) const =0
virtual void setRotationAngle(const int idx, const float angle)=0
virtual void setFrustumCulling(bool frustumCulling)=0
Set frustum culling.
virtual void initialize()=0
Initiates this object 3d.
virtual BoundingBox * getBoundingBox()=0
virtual RenderPass getRenderPass() const =0
virtual void applyParentTransformations(const Transformations &parentTransformations)=0
Apply parent transformations.
static constexpr int RENDERPASS_MAX
virtual void setContributesShadows(bool contributesShadows)=0
Enable/disable contributes shadows.
virtual const Transformations & getTransformations() const =0
virtual Entity * getParentEntity()=0
virtual void dispose()=0
Dispose this object 3d.
@ ENTITYTYPE_LODOBJECT3DIMPOSTER
@ ENTITYTYPE_OBJECT3DRENDERGROUP
@ ENTITYTYPE_IMPOSTEROBJECT3D
@ ENTITYTYPE_LINESOBJECT3D
@ ENTITYTYPE_OBJECTPARTICLESYSTEM
@ ENTITYTYPE_FOGPARTICLESYSTEM
@ ENTITYTYPE_POINTSPARTICLESYSTEM
@ ENTITYTYPE_ENVIRONMENTMAPPING
@ ENTITYTYPE_PARTICLESYSTEMGROUP
@ ENTITYTYPE_ENTITYHIERARCHY
virtual ~Entity()
Destructor.
virtual void setPickable(bool pickable)=0
Set this object pickable.
virtual void setReceivesShadows(bool receivesShadows)=0
Enable/disable receives shadows.
virtual bool isPickable()=0
virtual Rotation & getRotation(const int idx)=0
Get rotation at given index.
virtual BoundingBox * getBoundingBoxTransformed()=0
virtual const Color4 & getEffectColorMul() const =0
The effect color will be multiplied with fragment color.
virtual void setEffectColorAdd(const Color4 &effectColorAdd)=0
Set effect color that will be added to fragment color.
virtual void setEnabled(bool enabled)=0
Enable/disable rendering.
virtual bool isReceivesShadows()=0
virtual const Quaternion & getRotationsQuaternion() const =0
virtual void removeRotation(int idx)=0
Remove rotation.
virtual void setParentEntity(Entity *entity)=0
Set parent entity, needs to be called before adding to engine.
Particle system group, which combines several particle systems into a group, to be used with engine c...
Scene engine/physics connector.
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.