TDME2 1.9.121
|
TDME engine entity. More...
#include <tdme/engine/Entity.h>
Public Member Functions | |
virtual EntityType | getEntityType ()=0 |
virtual void | setEngine (Engine *engine)=0 |
Set up engine. More... | |
virtual void | setRenderer (Renderer *renderer)=0 |
Set up renderer. More... | |
virtual const string & | getId ()=0 |
virtual bool | isEnabled ()=0 |
virtual void | setEnabled (bool enabled)=0 |
Enable/disable rendering. More... | |
virtual bool | isFrustumCulling ()=0 |
virtual void | setFrustumCulling (bool frustumCulling)=0 |
Set frustum culling. More... | |
virtual bool | isPickable ()=0 |
virtual void | setPickable (bool pickable)=0 |
Set this object pickable. More... | |
virtual bool | isContributesShadows ()=0 |
virtual void | setContributesShadows (bool contributesShadows)=0 |
Enable/disable contributes shadows. More... | |
virtual bool | isReceivesShadows ()=0 |
virtual void | setReceivesShadows (bool receivesShadows)=0 |
Enable/disable receives shadows. More... | |
virtual const Color4 & | getEffectColorMul () const =0 |
The effect color will be multiplied with fragment color. More... | |
virtual void | setEffectColorMul (const Color4 &effectColorMul)=0 |
Set effect color that will be multiplied with fragment color. More... | |
virtual const Color4 & | getEffectColorAdd () const =0 |
The effect color will be added to fragment color. More... | |
virtual void | setEffectColorAdd (const Color4 &effectColorAdd)=0 |
Set effect color that will be added to fragment color. More... | |
virtual void | initialize ()=0 |
Initiates this object 3d. More... | |
virtual void | dispose ()=0 |
Dispose this object 3d. More... | |
virtual BoundingBox * | getBoundingBox ()=0 |
virtual BoundingBox * | getBoundingBoxTransformed ()=0 |
virtual const Vector3 & | getTranslation () const =0 |
virtual void | setTranslation (const Vector3 &translation)=0 |
Set translation. More... | |
virtual const Vector3 & | getScale () const =0 |
virtual void | setScale (const Vector3 &scale)=0 |
Set scale. More... | |
virtual const Vector3 & | getPivot () const =0 |
virtual void | setPivot (const Vector3 &pivot)=0 |
Set pivot. More... | |
virtual const int | getRotationCount () const =0 |
virtual Rotation & | getRotation (const int idx)=0 |
Get rotation at given index. More... | |
virtual void | addRotation (const Vector3 &axis, const float angle)=0 |
Add rotation. More... | |
virtual void | removeRotation (int idx)=0 |
Remove rotation. More... | |
virtual const Vector3 & | getRotationAxis (const int idx) const =0 |
virtual void | setRotationAxis (const int idx, const Vector3 &axis)=0 |
Set rotation axis. More... | |
virtual const float | getRotationAngle (const int idx) const =0 |
virtual void | setRotationAngle (const int idx, const float angle)=0 |
virtual const Quaternion & | getRotationsQuaternion () const =0 |
virtual const Matrix4x4 & | getTransformationsMatrix () const =0 |
virtual void | fromTransformations (const Transformations &transformations)=0 |
Set up this transformations from given transformations. More... | |
virtual void | update ()=0 |
Update transformations. More... | |
virtual const Transformations & | getTransformations () const =0 |
virtual RenderPass | getRenderPass () const =0 |
virtual void | setRenderPass (RenderPass renderPass)=0 |
Set render pass. More... | |
virtual | ~Entity () |
Destructor. More... | |
Static Public Attributes | |
static constexpr int | RENDERPASS_MAX { 5 } |
static constexpr int | RENDERPASS_ALL { 1 + 2 + 4 + 8 + 16 } |
Private Member Functions | |
virtual Entity * | getParentEntity ()=0 |
virtual void | setParentEntity (Entity *entity)=0 |
Set parent entity, needs to be called before adding to engine. More... | |
virtual void | applyParentTransformations (const Transformations &parentTransformations)=0 |
Apply parent transformations. More... | |
Friends | |
class | Engine |
class | EntityHierarchy |
class | ParticleSystemGroup |
class | SceneConnector |
enum EntityType |
enum RenderPass |
|
pure virtual |
Add rotation.
axis | axis |
angle | angle |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
privatepure virtual |
Apply parent transformations.
parentTransformations | parent transformations |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Dispose this object 3d.
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set up this transformations from given transformations.
transformations | transformations |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
The effect color will be added to fragment color.
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
The effect color will be multiplied with fragment color.
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
privatepure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Get rotation at given index.
idx | rotation index |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
idx | rotation index |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
idx | rotation index |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Initiates this object 3d.
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Remove rotation.
idx | index |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Enable/disable contributes shadows.
contributesShadows | contributes shadows |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set effect color that will be added to fragment color.
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set effect color that will be multiplied with fragment color.
effectColorMul | effect color |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Enable/disable rendering.
enabled | enabled |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set up engine.
engine | engine |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set frustum culling.
frustumCulling | frustum culling |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
privatepure virtual |
Set parent entity, needs to be called before adding to engine.
entity | entity |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set this object pickable.
pickable | pickable |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set pivot.
pivot | pivot |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Enable/disable receives shadows.
receivesShadows | receives shadows |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set up renderer.
renderer | renderer |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set render pass.
renderPass | render pass |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
idx | rotation index |
angle | rotation angle |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set rotation axis.
idx | rotation index |
axis | rotation axis |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set scale.
scale | scale |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Set translation.
translation | translation |
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
pure virtual |
Update transformations.
Implemented in EntityHierarchy, EnvironmentMapping, FogParticleSystem, ImposterObject3D, LinesObject3D, LODObject3D, LODObject3DImposter, Object3D, Object3DRenderGroup, ObjectParticleSystem, ParticleSystemGroup, and PointsParticleSystem.
|
friend |
|
friend |
|
friend |
|
staticconstexpr |