|
| Object3D (const string &id, Model *model, int instances) |
| Public constructor. More...
|
|
| Object3D (const string &id, Model *model) |
| Public constructor. More...
|
|
void | setNeedsPreRender (bool needsPreRender) |
| Set up if this object3d instance needs a preRender() call each frame. More...
|
|
EntityType | getEntityType () override |
|
void | setEngine (Engine *engine) override |
| Set up engine. More...
|
|
void | setRenderer (Renderer *renderer) override |
| Set up renderer. More...
|
|
void | initialize () override |
| Initiates this object 3d. More...
|
|
void | dispose () override |
| Dispose this object 3d. More...
|
|
bool | isEnabled () override |
|
void | setEnabled (bool enabled) override |
| Enable/disable rendering. More...
|
|
bool | isFrustumCulling () override |
|
void | setFrustumCulling (bool frustumCulling) override |
| Set frustum culling. More...
|
|
void | fromTransformations (const Transformations &transformations) override |
| Set up this transformations from given transformations. More...
|
|
void | update () override |
| Update transformations. More...
|
|
BoundingBox * | getBoundingBox () override |
|
BoundingBox * | getBoundingBoxTransformed () override |
|
const Color4 & | getEffectColorAdd () const override |
| The effect color will be added to fragment color. More...
|
|
void | setEffectColorAdd (const Color4 &effectColorAdd) override |
| Set effect color that will be added to fragment color. More...
|
|
const Color4 & | getEffectColorMul () const override |
| The effect color will be multiplied with fragment color. More...
|
|
void | setEffectColorMul (const Color4 &effectColorMul) override |
| Set effect color that will be multiplied with fragment color. More...
|
|
const string & | getId () override |
|
bool | isContributesShadows () override |
|
void | setContributesShadows (bool contributesShadows) override |
| Enable/disable contributes shadows. More...
|
|
bool | isReceivesShadows () override |
|
void | setReceivesShadows (bool receivesShadows) override |
| Enable/disable receives shadows. More...
|
|
bool | isPickable () override |
|
void | setPickable (bool pickable) override |
| Set this object pickable. More...
|
|
const Vector3 & | getTranslation () const override |
|
void | setTranslation (const Vector3 &translation) override |
| Set translation. More...
|
|
const Vector3 & | getScale () const override |
|
void | setScale (const Vector3 &scale) override |
| Set scale. More...
|
|
const Vector3 & | getPivot () const override |
|
void | setPivot (const Vector3 &pivot) override |
| Set pivot. More...
|
|
const int | getRotationCount () const override |
|
Rotation & | getRotation (const int idx) override |
| Get rotation at given index. More...
|
|
void | addRotation (const Vector3 &axis, const float angle) override |
| Add rotation. More...
|
|
void | removeRotation (const int idx) override |
| Remove rotation. More...
|
|
const Vector3 & | getRotationAxis (const int idx) const override |
|
void | setRotationAxis (const int idx, const Vector3 &axis) override |
| Set rotation axis. More...
|
|
const float | getRotationAngle (const int idx) const override |
|
void | setRotationAngle (const int idx, const float angle) override |
|
const Quaternion & | getRotationsQuaternion () const override |
|
const Matrix4x4 & | getTransformationsMatrix () const override |
|
const Transformations & | getTransformations () const override |
|
RenderPass | getRenderPass () const override |
|
void | setRenderPass (RenderPass renderPass) override |
| Set render pass. More...
|
|
const string & | getShader () |
|
void | setShader (const string &id) |
| Set shader. More...
|
|
uint8_t | getUniqueShaderId () |
|
const string & | getDistanceShader () |
|
uint8_t | getUniqueDistanceShaderId () |
|
void | setDistanceShader (const string &id) |
| Set distance shader. More...
|
|
float | getDistanceShaderDistance () |
|
void | setDistanceShaderDistance (float distanceShaderDistance) |
| Set distance shader distance. More...
|
|
const string & | getReflectionEnvironmentMappingId () |
|
void | setReflectionEnvironmentMappingId (const string &reflectionEnvironmentMappingId) |
|
bool | hasReflectionEnvironmentMappingPosition () |
|
const Vector3 & | getReflectionEnvironmentMappingPosition () |
|
void | setReflectionEnvironmentMappingPosition (const Vector3 &reflectionEnvironmentMappingPosition) |
| Set reflection environment mapping position. More...
|
|
void | unsetReflectionEnvironmentMappingPosition () |
| Unset reflection environment mapping position. More...
|
|
Engine::EffectPass | getExcludeFromEffectPass () const |
|
void | setExcludeEffectPass (Engine::EffectPass effectPass) |
| Set exclude from effect pass. More...
|
|
bool | isEnableEarlyZRejection () const |
|
void | setEnableEarlyZRejection (bool enableEarlyZRejection) |
| Enable/disable early z rejection. More...
|
|
bool | isDisableDepthTest () const |
|
void | setDisableDepthTest (bool disableDepthTest) |
| Set disable depth test. More...
|
|
const ShaderParameter | getShaderParameter (const string ¶meterName) |
| Returns shader parameter for given parameter name, if the value does not exist, the default will be returned. More...
|
|
void | setShaderParameter (const string ¶meterName, const ShaderParameter ¶meterValue) |
| Set shader parameter for given parameter name. More...
|
|
const ShaderParameter | getDistanceShaderParameter (const string ¶meterName) |
| Returns distance shader parameter for given parameter name, if the value does not exist, the default will be returned. More...
|
|
void | setDistanceShaderParameter (const string ¶meterName, const ShaderParameter ¶meterValue) |
| Set distance shader parameter for given parameter name. More...
|
|
| Object3DInternal (const string &id, Model *model, int instances) |
| Public constructor. More...
|
|
virtual | ~Object3DInternal () |
| Destructor. More...
|
|
const string & | getId () |
|
bool | isEnabled () |
|
void | setEnabled (bool enabled) |
| Enable/disable rendering. More...
|
|
bool | isPickable () |
|
void | setPickable (bool pickable) |
| Set this object pickable. More...
|
|
bool | isContributesShadows () |
|
void | setContributesShadows (bool contributesShadows) |
| Enable/disable contributes shadows. More...
|
|
bool | isReceivesShadows () |
|
void | setReceivesShadows (bool receivesShadows) |
| Enable/disable receives shadows. More...
|
|
const Color4 & | getEffectColorMul () const |
| The effect color will be multiplied with fragment color. More...
|
|
void | setEffectColorMul (const Color4 &effectColorMul) |
| The effect color that will be multiplied with fragment color. More...
|
|
const Color4 & | getEffectColorAdd () const |
| The effect color will be added to fragment color. More...
|
|
void | setEffectColorAdd (const Color4 &effectColorAdd) |
| The effect color will be added to fragment color. More...
|
|
BoundingBox * | getBoundingBox () |
|
BoundingBox * | getBoundingBoxTransformed () |
| Retrieves bounding sphere with transformations applied. More...
|
|
void | bindDiffuseTexture (int32_t textureId, const string &nodeId=string(), const string &facesEntityId=string()) |
| Bind a texture to a node and faces entity. More...
|
|
void | bindDiffuseTexture (FrameBuffer *frameBuffer, const string &nodeId=string(), const string &facesEntityId=string()) |
| Bind frame buffer color texture to a node and faces entity of this object. More...
|
|
void | unbindDiffuseTexture (const string &nodeId=string(), const string &facesEntityId=string()) |
| Unbind dynamic texture to a node and faces entity of this object. More...
|
|
void | setTextureMatrix (const Matrix2D3x3 &textureMatrix, const string &nodeId=string(), const string &facesEntityId=string()) |
| Set texture matrix. More...
|
|
void | initialize () override |
| Initiates this object3d. More...
|
|
void | dispose () override |
| Disposes this object3d. More...
|
|
void | fromTransformations (const Transformations &transformations) |
|
void | update () |
|
void | setNodeTransformationsMatrix (const string &id, const Matrix4x4 &matrix) |
|
void | unsetNodeTransformationsMatrix (const string &id) |
|
Model * | getModel () |
|
virtual void | computeTransformations (int contextIdx, int64_t lastFrameAtTime, int64_t currentFrameAtTime) |
| Pre render step, computes transformations. More...
|
|
int | getNodeCount () const |
|
void | getTriangles (vector< Triangle > &triangles, int nodeIdx=-1) |
| Retrieves list of triangles of all or given nodes. More...
|
|
Object3DBase_TransformedFacesIterator * | getTransformedFacesIterator () |
|
Object3DNodeMesh * | getMesh (const string &nodeId) |
| Returns object3d node mesh object. More...
|
|
virtual void | initialize () |
| Initiates this object3d. More...
|
|
virtual void | dispose () |
| Disposes this object3d. More...
|
|
int | getInstances () |
|
int | getCurrentInstance () |
|
void | setCurrentInstance (int currentInstance) |
| Set current instance. More...
|
|
bool | getInstanceEnabled () |
|
void | setInstanceEnabled (bool enabled) |
| Set current instance enabled. More...
|
|
void | setAnimation (const string &id, float speed=1.0f) |
| Sets up a base animation to play. More...
|
|
void | setAnimationSpeed (float speed) |
| Set up animation speed. More...
|
|
void | addOverlayAnimation (const string &id) |
| Overlays a animation above the base animation. More...
|
|
void | removeOverlayAnimation (const string &id) |
| Removes a overlay animation. More...
|
|
void | removeOverlayAnimationsFinished () |
| Removes all finished overlay animations. More...
|
|
void | removeOverlayAnimations () |
| Removes all overlay animations. More...
|
|
const string | getAnimation () |
|
float | getAnimationTime () |
| Returns current base animation time. More...
|
|
bool | hasOverlayAnimation (const string &id) |
| Returns if there is currently running a overlay animation with given id. More...
|
|
float | getOverlayAnimationTime (const string &id) |
| Returns current overlay animation time. More...
|
|
const Matrix4x4 | getNodeTransformationsMatrix (const string &id) |
| Returns transformation matrix for given node. More...
|
|
void | setNodeTransformationsMatrix (const string &id, const Matrix4x4 &matrix) |
| Set transformation matrix for given node. More...
|
|
void | unsetNodeTransformationsMatrix (const string &id) |
| Unset transformation matrix for given node. More...
|
|
const Matrix4x4 & | getTransformationsMatrix () const |
|
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...
|
|