TDME2 1.9.121
|
LOD object 3D + imposter to be used with engine class. More...
#include <tdme/engine/LODObject3DImposter.h>
Public Member Functions | |
LODObject3DImposter (const string &id, Model *modelLOD1, const vector< Model * > &imposterModelsLOD2, float lod2MinDistance, float lodNoneMinDistance=150.0f) | |
Public constructor. More... | |
~LODObject3DImposter () | |
Public destructor. More... | |
EntityType | getEntityType () override |
Object3D * | getLOD1Object () |
ImposterObject3D * | getLOD2Object () |
Object3D * | getLODObject () |
Object3D * | determineLODObject (Camera *camera) |
Get current lod object. More... | |
const Color4 & | getEffectColorAddLOD2 () const |
void | setEffectColorAddLOD2 (const Color4 &effectColorAddLOD2) |
Set effect color add for LOD2 level. More... | |
const Color4 & | getEffectColorMulLOD2 () const |
void | setEffectColorMulLOD2 (const Color4 &effectColorMulLOD2) |
Set effect color mul for LOD2 level. More... | |
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 & | 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 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 string & | getId () override |
bool | isPickable () 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... | |
void | setPickable (bool pickable) override |
Set this object pickable. More... | |
const Matrix4x4 | getNodeTransformationsMatrix (const string &id) |
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 id. More... | |
const string & | getDistanceShader () |
void | setDistanceShader (const string &id) |
Set distance shader id. More... | |
float | getDistanceShaderDistance () |
void | setDistanceShaderDistance (float distanceShaderDistance) |
Set distance shader distance. More... | |
bool | isEnableEarlyZRejection () const |
void | setEnableEarlyZRejection (bool enableEarlyZRejection) |
Enable/disable early z rejection. 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... | |
![]() | |
Transformations () | |
Public constructor. More... | |
virtual | ~Transformations () |
Destructor. More... | |
const Vector3 & | getTranslation () const |
void | setTranslation (const Vector3 &translation) |
Set translation. More... | |
const Vector3 & | getScale () const |
void | setScale (const Vector3 &scale) |
Set scale. More... | |
const Vector3 & | getPivot () const |
void | setPivot (const Vector3 &pivot) |
Set pivot. More... | |
const int | getRotationCount () const |
Rotation & | getRotation (const int idx) |
Get rotation at given index. More... | |
void | addRotation (const Vector3 &axis, const float angle) |
Add rotation. More... | |
void | removeRotation (const int idx) |
Remove rotation. More... | |
const Vector3 & | getRotationAxis (const int idx) const |
void | setRotationAxis (const int idx, const Vector3 &axis) |
Set rotation axis. More... | |
const float | getRotationAngle (const int idx) const |
void | setRotationAngle (const int idx, const float angle) |
const Quaternion & | getRotationsQuaternion () const |
const Matrix4x4 & | getTransformationsMatrix () const |
virtual void | fromTransformations (const Transformations &transformations) |
Set up this transformations from given transformations. More... | |
virtual void | fromMatrix (const Matrix4x4 &matrix, RotationOrder *rotationOrder) |
Set up this transformations from given matrix and rotation order. More... | |
virtual void | update () |
Computes transformation matrix. More... | |
virtual void | applyParentTransformations (const Transformations &parentTransformations) |
Apply parent transformations. More... | |
virtual void | invert () |
Invert this transformations. More... | |
![]() | |
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... | |
Private Member Functions | |
void | setParentEntity (Entity *entity) override |
Set parent entity, needs to be called before adding to engine. More... | |
Entity * | getParentEntity () override |
void | applyParentTransformations (const Transformations &parentTransformations) override |
Apply parent transformations. More... | |
Private Attributes | |
Engine * | engine { nullptr } |
Entity * | parentEntity { nullptr } |
bool | frustumCulling { true } |
Model * | modelLOD1 { nullptr } |
float | lod2MinDistance |
float | lodNoneMinDistance |
string | id |
Object3D * | objectLOD1 { nullptr } |
ImposterObject3D * | objectLOD2 { nullptr } |
Object3D * | objectLOD { nullptr } |
int | levelLOD |
bool | enabled |
bool | pickable |
bool | contributesShadows |
bool | receivesShadows |
Color4 | effectColorMul |
Color4 | effectColorAdd |
Color4 | effectColorMulLOD2 |
Color4 | effectColorAddLOD2 |
RenderPass | renderPass { RENDERPASS_STANDARD } |
string | shaderId { "default" } |
string | distanceShaderId { "" } |
float | distanceShaderDistance { 50.0f } |
bool | enableEarlyZRejection { false } |
EntityShaderParameters | shaderParameters |
EntityShaderParameters | distanceShaderParameters |
Additional Inherited Members | |
![]() | |
enum | RenderPass { RENDERPASS_NONE = 0 , RENDERPASS_SKY = 1 , RENDERPASS_NOFRUSTUMCULLING = 1 , RENDERPASS_TERRAIN = 2 , RENDERPASS_STANDARD = 4 , RENDERPASS_WATER = 8 , RENDERPASS_POST_POSTPROCESSING = 16 } |
enum | EntityType { ENTITYTYPE_ENTITYHIERARCHY , ENTITYTYPE_ENVIRONMENTMAPPING , ENTITYTYPE_IMPOSTEROBJECT3D , ENTITYTYPE_LINESOBJECT3D , ENTITYTYPE_LODOBJECT3D , ENTITYTYPE_LODOBJECT3DIMPOSTER , ENTITYTYPE_OBJECT3D , ENTITYTYPE_OBJECT3DRENDERGROUP , ENTITYTYPE_FOGPARTICLESYSTEM , ENTITYTYPE_OBJECTPARTICLESYSTEM , ENTITYTYPE_PARTICLESYSTEMGROUP , ENTITYTYPE_POINTSPARTICLESYSTEM } |
![]() | |
static constexpr int | RENDERPASS_MAX { 5 } |
static constexpr int | RENDERPASS_ALL { 1 + 2 + 4 + 8 + 16 } |
LOD object 3D + imposter to be used with engine class.
Definition at line 48 of file LODObject3DImposter.h.
LODObject3DImposter | ( | const string & | id, |
Model * | modelLOD1, | ||
const vector< Model * > & | imposterModelsLOD2, | ||
float | lod2MinDistance, | ||
float | lodNoneMinDistance = 150.0f |
||
) |
Public constructor.
id | id |
modelLOD1 | model LOD 1 |
imposterModelsLOD2 | imposter models LOD 2 |
lod2MinDistance | LOD2 min distance |
lodNoneMinDistance | LOD None min distance |
Definition at line 21 of file LODObject3DImposter.cpp.
~LODObject3DImposter | ( | ) |
Public destructor.
Definition at line 63 of file LODObject3DImposter.cpp.
|
inlineoverridevirtual |
Add rotation.
axis | axis |
angle | angle |
Implements Entity.
Definition at line 318 of file LODObject3DImposter.h.
|
inlineoverrideprivatevirtual |
Apply parent transformations.
parentTransformations | parent transformations |
Implements Entity.
Definition at line 101 of file LODObject3DImposter.h.
Get current lod object.
camera | camera |
Definition at line 161 of file LODObject3DImposter.h.
|
overridevirtual |
|
overridevirtual |
Set up this transformations from given transformations.
transformations | transformations |
Implements Entity.
Definition at line 82 of file LODObject3DImposter.cpp.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 226 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 230 of file LODObject3DImposter.h.
|
inline |
Definition at line 385 of file LODObject3DImposter.h.
|
inline |
Definition at line 403 of file LODObject3DImposter.h.
|
inline |
Returns distance shader parameter for given parameter name, if the value does not exist, the default will be returned.
shaderId | shader id |
parameterName | parameter name |
Definition at line 458 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
The effect color will be added to fragment color.
Implements Entity.
Definition at line 242 of file LODObject3DImposter.h.
|
inline |
Definition at line 183 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
The effect color will be multiplied with fragment color.
Implements Entity.
Definition at line 234 of file LODObject3DImposter.h.
|
inline |
Definition at line 198 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inline |
Definition at line 138 of file LODObject3DImposter.h.
|
inline |
Definition at line 145 of file LODObject3DImposter.h.
|
inline |
Definition at line 152 of file LODObject3DImposter.h.
|
inline |
Definition at line 282 of file LODObject3DImposter.h.
|
inlineoverrideprivatevirtual |
|
inlineoverridevirtual |
Implements Entity.
Definition at line 302 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Get rotation at given index.
idx | rotation index |
Implements Entity.
Definition at line 314 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
idx | rotation index |
Implements Entity.
Definition at line 334 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
idx | rotation index |
Implements Entity.
Definition at line 326 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements Entity.
Definition at line 342 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
|
inline |
Definition at line 367 of file LODObject3DImposter.h.
|
inline |
Returns shader parameter for given parameter name, if the value does not exist, the default will be returned.
shaderId | shader id |
parameterName | parameter name |
Definition at line 436 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 350 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 346 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
|
overridevirtual |
Initiates this object 3d.
Implements Entity.
Definition at line 154 of file LODObject3DImposter.cpp.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 258 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 216 of file LODObject3DImposter.h.
|
inline |
Definition at line 420 of file LODObject3DImposter.h.
|
overridevirtual |
Implements Entity.
Definition at line 126 of file LODObject3DImposter.cpp.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 254 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Implements Entity.
Definition at line 268 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Remove rotation.
idx | index |
Implements Entity.
Definition at line 322 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Enable/disable contributes shadows.
contributesShadows | contributes shadows |
Implements Entity.
Definition at line 262 of file LODObject3DImposter.h.
|
inline |
|
inline |
Set distance shader distance.
distanceShaderDistance | shader |
Definition at line 411 of file LODObject3DImposter.h.
|
inline |
Set distance shader parameter for given parameter name.
shaderId | shader id |
parameterName | parameter name |
paraemterValue | parameter value |
Definition at line 468 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set effect color that will be added to fragment color.
Implements Entity.
Definition at line 246 of file LODObject3DImposter.h.
|
inline |
Set effect color add for LOD2 level.
effectColorAddLOD2 | effect color add for LOD2 level |
Definition at line 191 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set effect color that will be multiplied with fragment color.
effectColorMul | effect color |
Implements Entity.
Definition at line 238 of file LODObject3DImposter.h.
|
inline |
Set effect color mul for LOD2 level.
effectColorMulLOD2 | effect color mul for LOD2 level |
Definition at line 206 of file LODObject3DImposter.h.
|
overridevirtual |
Enable/disable rendering.
enabled | enabled |
Implements Entity.
Definition at line 106 of file LODObject3DImposter.cpp.
void setEnableEarlyZRejection | ( | bool | enableEarlyZRejection | ) |
Enable/disable early z rejection.
enableEarlyZRejection | enable early z rejection |
Definition at line 161 of file LODObject3DImposter.cpp.
|
overridevirtual |
Set up engine.
engine | engine |
Implements Entity.
Definition at line 69 of file LODObject3DImposter.cpp.
|
overridevirtual |
Set frustum culling.
frustumCulling | frustum culling |
Implements Entity.
Definition at line 130 of file LODObject3DImposter.cpp.
|
inlineoverrideprivatevirtual |
Set parent entity, needs to be called before adding to engine.
entity | entity |
Implements Entity.
Definition at line 89 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set this object pickable.
pickable | pickable |
Implements Entity.
Definition at line 278 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set pivot.
pivot | pivot |
Implements Entity.
Definition at line 306 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Enable/disable receives shadows.
receivesShadows | receives shadows |
Implements Entity.
Definition at line 272 of file LODObject3DImposter.h.
|
overridevirtual |
Set up renderer.
renderer | renderer |
Implements Entity.
Definition at line 78 of file LODObject3DImposter.cpp.
|
inlineoverridevirtual |
Set render pass.
renderPass | render pass |
Implements Entity.
Definition at line 358 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
idx | rotation index |
angle | rotation angle |
Implements Entity.
Definition at line 338 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set rotation axis.
idx | rotation index |
axis | rotation axis |
Implements Entity.
Definition at line 330 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set scale.
scale | scale |
Implements Entity.
Definition at line 298 of file LODObject3DImposter.h.
|
inline |
|
inline |
Set shader parameter for given parameter name.
shaderId | shader id |
parameterName | parameter name |
paraemterValue | parameter value |
Definition at line 446 of file LODObject3DImposter.h.
|
inlineoverridevirtual |
Set translation.
translation | translation |
Implements Entity.
Definition at line 290 of file LODObject3DImposter.h.
|
overridevirtual |
|
private |
Definition at line 70 of file LODObject3DImposter.h.
|
private |
Definition at line 79 of file LODObject3DImposter.h.
|
private |
Definition at line 78 of file LODObject3DImposter.h.
|
private |
Definition at line 83 of file LODObject3DImposter.h.
|
private |
Definition at line 73 of file LODObject3DImposter.h.
|
private |
Definition at line 75 of file LODObject3DImposter.h.
|
private |
Definition at line 72 of file LODObject3DImposter.h.
|
private |
Definition at line 74 of file LODObject3DImposter.h.
|
private |
Definition at line 68 of file LODObject3DImposter.h.
|
private |
Definition at line 80 of file LODObject3DImposter.h.
|
private |
Definition at line 53 of file LODObject3DImposter.h.
|
private |
Definition at line 55 of file LODObject3DImposter.h.
|
private |
Definition at line 61 of file LODObject3DImposter.h.
|
private |
Definition at line 67 of file LODObject3DImposter.h.
|
private |
Definition at line 58 of file LODObject3DImposter.h.
|
private |
Definition at line 59 of file LODObject3DImposter.h.
|
private |
Definition at line 57 of file LODObject3DImposter.h.
|
private |
Definition at line 65 of file LODObject3DImposter.h.
|
private |
Definition at line 62 of file LODObject3DImposter.h.
|
private |
Definition at line 63 of file LODObject3DImposter.h.
|
private |
Definition at line 54 of file LODObject3DImposter.h.
|
private |
Definition at line 69 of file LODObject3DImposter.h.
|
private |
Definition at line 71 of file LODObject3DImposter.h.
|
private |
Definition at line 76 of file LODObject3DImposter.h.
|
private |
Definition at line 77 of file LODObject3DImposter.h.
|
private |
Definition at line 82 of file LODObject3DImposter.h.