TDME2 1.9.121
Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
LODObject3D Class Referencefinal

LOD object 3D to be used with engine class. More...

#include <tdme/engine/LODObject3D.h>

Inheritance diagram for LODObject3D:
Inheritance graph
Collaboration diagram for LODObject3D:
Collaboration graph

Public Types

enum  LODLevelType { LODLEVELTYPE_NONE , LODLEVELTYPE_MODEL , LODLEVELTYPE_IGNORE }
 
- Public Types inherited from Entity
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
}
 

Public Member Functions

 LODObject3D (const string &id, Model *modelLOD1, LODLevelType levelTypeLOD2, float modelLOD2MinDistance, Model *modelLOD2, LODLevelType levelTypeLOD3, float modelLOD3MinDistance, Model *modelLOD3, float lodNoneMinDistance=150.0f)
 Public constructor. More...
 
 ~LODObject3D ()
 Public destructor. More...
 
EntityType getEntityType () override
 
Object3DgetLOD1Object ()
 
Object3DgetLOD2Object ()
 
Object3DgetLOD3Object ()
 
Object3DgetLODObject ()
 
Object3DdetermineLODObject (Camera *camera)
 Get current lod object. More...
 
const Color4getEffectColorAddLOD2 () const
 
void setEffectColorAddLOD2 (const Color4 &effectColorAddLOD2)
 Set effect color add for LOD2 level. More...
 
const Color4getEffectColorMulLOD2 () const
 
void setEffectColorMulLOD2 (const Color4 &effectColorMulLOD2)
 Set effect color mul for LOD2 level. More...
 
const Color4getEffectColorAddLOD3 () const
 
void setEffectColorAddLOD3 (const Color4 &effectColorAddLOD3)
 Set effect color add for LOD3 level. More...
 
const Color4getEffectColorMulLOD3 () const
 
void setEffectColorMulLOD3 (const Color4 &effectColorMulLOD3)
 Set effect color mul for LOD3 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...
 
BoundingBoxgetBoundingBox () override
 
BoundingBoxgetBoundingBoxTransformed () override
 
const Color4getEffectColorMul () 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 Color4getEffectColorAdd () 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 Vector3getTranslation () const override
 
void setTranslation (const Vector3 &translation) override
 Set translation. More...
 
const Vector3getScale () const override
 
void setScale (const Vector3 &scale) override
 Set scale. More...
 
const Vector3getPivot () const override
 
void setPivot (const Vector3 &pivot) override
 Set pivot. More...
 
const int getRotationCount () const override
 
RotationgetRotation (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 Vector3getRotationAxis (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 QuaterniongetRotationsQuaternion () const override
 
const Matrix4x4getTransformationsMatrix () const override
 
const TransformationsgetTransformations () 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 &parameterName)
 Returns shader parameter for given parameter name, if the value does not exist, the default will be returned. More...
 
void setShaderParameter (const string &parameterName, const ShaderParameter &parameterValue)
 Set shader parameter for given parameter name. More...
 
const ShaderParameter getDistanceShaderParameter (const string &parameterName)
 Returns distance shader parameter for given parameter name, if the value does not exist, the default will be returned. More...
 
void setDistanceShaderParameter (const string &parameterName, const ShaderParameter &parameterValue)
 Set distance shader parameter for given parameter name. More...
 
- Public Member Functions inherited from Transformations
 Transformations ()
 Public constructor. More...
 
virtual ~Transformations ()
 Destructor. More...
 
const Vector3getTranslation () const
 
void setTranslation (const Vector3 &translation)
 Set translation. More...
 
const Vector3getScale () const
 
void setScale (const Vector3 &scale)
 Set scale. More...
 
const Vector3getPivot () const
 
void setPivot (const Vector3 &pivot)
 Set pivot. More...
 
const int getRotationCount () const
 
RotationgetRotation (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 Vector3getRotationAxis (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 QuaterniongetRotationsQuaternion () const
 
const Matrix4x4getTransformationsMatrix () 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...
 
- Public Member Functions inherited from Entity
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 Color4getEffectColorMul () 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 Color4getEffectColorAdd () 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 BoundingBoxgetBoundingBox ()=0
 
virtual BoundingBoxgetBoundingBoxTransformed ()=0
 
virtual const Vector3getTranslation () const =0
 
virtual void setTranslation (const Vector3 &translation)=0
 Set translation. More...
 
virtual const Vector3getScale () const =0
 
virtual void setScale (const Vector3 &scale)=0
 Set scale. More...
 
virtual const Vector3getPivot () const =0
 
virtual void setPivot (const Vector3 &pivot)=0
 Set pivot. More...
 
virtual const int getRotationCount () const =0
 
virtual RotationgetRotation (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 Vector3getRotationAxis (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 QuaterniongetRotationsQuaternion () const =0
 
virtual const Matrix4x4getTransformationsMatrix () 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 TransformationsgetTransformations () 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...
 
EntitygetParentEntity () override
 
void applyParentTransformations (const Transformations &parentTransformations) override
 Apply parent transformations. More...
 

Private Attributes

Engineengine { nullptr }
 
EntityparentEntity { nullptr }
 
bool frustumCulling { true }
 
ModelmodelLOD1 { nullptr }
 
ModelmodelLOD2 { nullptr }
 
ModelmodelLOD3 { nullptr }
 
float modelLOD2MinDistance
 
float modelLOD3MinDistance
 
float lodNoneMinDistance
 
LODLevelType levelTypeLOD2
 
LODLevelType levelTypeLOD3
 
string id
 
Object3DobjectLOD1 { nullptr }
 
Object3DobjectLOD2 { nullptr }
 
Object3DobjectLOD3 { nullptr }
 
Object3DobjectLOD { nullptr }
 
int levelLOD
 
bool enabled
 
bool pickable
 
bool contributesShadows
 
bool receivesShadows
 
Color4 effectColorMul
 
Color4 effectColorAdd
 
Color4 effectColorMulLOD2
 
Color4 effectColorAddLOD2
 
Color4 effectColorMulLOD3
 
Color4 effectColorAddLOD3
 
RenderPass renderPass { RENDERPASS_STANDARD }
 
string shaderId { "default" }
 
string distanceShaderId { "" }
 
float distanceShaderDistance { 50.0f }
 
bool enableEarlyZRejection { false }
 
EntityShaderParameters shaderParameters
 
EntityShaderParameters distanceShaderParameters
 

Friends

class Object3DRenderGroup
 

Additional Inherited Members

- Static Public Attributes inherited from Entity
static constexpr int RENDERPASS_MAX { 5 }
 
static constexpr int RENDERPASS_ALL { 1 + 2 + 4 + 8 + 16 }
 

Detailed Description

LOD object 3D to be used with engine class.

Author
Andreas Drewke
Version
$Id$

Definition at line 44 of file LODObject3D.h.

Member Enumeration Documentation

◆ LODLevelType

Enumerator
LODLEVELTYPE_NONE 
LODLEVELTYPE_MODEL 
LODLEVELTYPE_IGNORE 

Definition at line 49 of file LODObject3D.h.

Constructor & Destructor Documentation

◆ LODObject3D()

LODObject3D ( const string &  id,
Model modelLOD1,
LODLevelType  levelTypeLOD2,
float  modelLOD2MinDistance,
Model modelLOD2,
LODLevelType  levelTypeLOD3,
float  modelLOD3MinDistance,
Model modelLOD3,
float  lodNoneMinDistance = 150.0f 
)

Public constructor.

Parameters
idid
modelLOD1model LOD 1
levelTypeLOD2LOD level type LOD2
modelLOD2MinDistancemodel LOD 2 min distance
modelLOD2model LOD 2
levelTypeLOD3LOD level type LOD3
modelLOD3MinDistancemodel LOD 3 min distance
modelLOD3model LOD 3
lodNoneMinDistanceLOD None min distance

Definition at line 19 of file LODObject3D.cpp.

◆ ~LODObject3D()

Public destructor.

Definition at line 81 of file LODObject3D.cpp.

Member Function Documentation

◆ addRotation()

void addRotation ( const Vector3 axis,
const float  angle 
)
inlineoverridevirtual

Add rotation.

Parameters
axisaxis
angleangle

Implements Entity.

Definition at line 426 of file LODObject3D.h.

◆ applyParentTransformations()

void applyParentTransformations ( const Transformations parentTransformations)
inlineoverrideprivatevirtual

Apply parent transformations.

Parameters
parentTransformationsparent transformations

Implements Entity.

Definition at line 108 of file LODObject3D.h.

◆ determineLODObject()

Object3D * determineLODObject ( Camera camera)
inline

Get current lod object.

Parameters
cameracamera
Returns
LOD object to render

Definition at line 209 of file LODObject3D.h.

◆ dispose()

void dispose ( )
overridevirtual

Dispose this object 3d.

Implements Entity.

Definition at line 169 of file LODObject3D.cpp.

◆ fromTransformations()

void fromTransformations ( const Transformations transformations)
overridevirtual

Set up this transformations from given transformations.

Parameters
transformationstransformations

Implements Entity.

Definition at line 102 of file LODObject3D.cpp.

◆ getBoundingBox()

BoundingBox * getBoundingBox ( )
inlineoverridevirtual
Returns
bounding box / in model coordinate space

Implements Entity.

Definition at line 332 of file LODObject3D.h.

◆ getBoundingBoxTransformed()

BoundingBox * getBoundingBoxTransformed ( )
inlineoverridevirtual
Returns
bounding box transformed / in world coordinate space

Implements Entity.

Definition at line 336 of file LODObject3D.h.

◆ getDistanceShader()

const string & getDistanceShader ( )
inline
Returns
distance shader id

Definition at line 495 of file LODObject3D.h.

◆ getDistanceShaderDistance()

float getDistanceShaderDistance ( )
inline
Returns
distance shader distance

Definition at line 514 of file LODObject3D.h.

◆ getDistanceShaderParameter()

const ShaderParameter getDistanceShaderParameter ( const string &  parameterName)
inline

Returns distance shader parameter for given parameter name, if the value does not exist, the default will be returned.

Parameters
shaderIdshader id
parameterNameparameter name
Returns
shader parameter

Definition at line 571 of file LODObject3D.h.

◆ getEffectColorAdd()

const Color4 & getEffectColorAdd ( ) const
inlineoverridevirtual

The effect color will be added to fragment color.

Returns
effect color

Implements Entity.

Definition at line 348 of file LODObject3D.h.

◆ getEffectColorAddLOD2()

const Color4 & getEffectColorAddLOD2 ( ) const
inline
Returns
effect color add for LOD2 level

Definition at line 259 of file LODObject3D.h.

◆ getEffectColorAddLOD3()

const Color4 & getEffectColorAddLOD3 ( ) const
inline
Returns
effect color add for LOD3 level

Definition at line 289 of file LODObject3D.h.

◆ getEffectColorMul()

const Color4 & getEffectColorMul ( ) const
inlineoverridevirtual

The effect color will be multiplied with fragment color.

Returns
effect color

Implements Entity.

Definition at line 340 of file LODObject3D.h.

◆ getEffectColorMulLOD2()

const Color4 & getEffectColorMulLOD2 ( ) const
inline
Returns
effect color mul for LOD2 level

Definition at line 274 of file LODObject3D.h.

◆ getEffectColorMulLOD3()

const Color4 & getEffectColorMulLOD3 ( ) const
inline
Returns
effect color mul for LOD3 level

Definition at line 304 of file LODObject3D.h.

◆ getEntityType()

EntityType getEntityType ( )
inlineoverridevirtual
Returns
entity type

Implements Entity.

Definition at line 147 of file LODObject3D.h.

◆ getId()

const string & getId ( )
inlineoverridevirtual
Returns
object id

Implements Entity.

Definition at line 356 of file LODObject3D.h.

◆ getLOD1Object()

Object3D * getLOD1Object ( )
inline
Returns
LOD object 1

Definition at line 154 of file LODObject3D.h.

◆ getLOD2Object()

Object3D * getLOD2Object ( )
inline
Returns
LOD object 2

Definition at line 161 of file LODObject3D.h.

◆ getLOD3Object()

Object3D * getLOD3Object ( )
inline
Returns
LOD object 3

Definition at line 168 of file LODObject3D.h.

◆ getLODObject()

Object3D * getLODObject ( )
inline
Returns
LOD object

Definition at line 175 of file LODObject3D.h.

◆ getNodeTransformationsMatrix()

const Matrix4x4 getNodeTransformationsMatrix ( const string &  id)
inline

Definition at line 390 of file LODObject3D.h.

◆ getParentEntity()

Entity * getParentEntity ( )
inlineoverrideprivatevirtual
Returns
parent entity

Implements Entity.

Definition at line 103 of file LODObject3D.h.

◆ getPivot()

const Vector3 & getPivot ( ) const
inlineoverridevirtual
Returns
pivot or center of rotations

Implements Entity.

Definition at line 410 of file LODObject3D.h.

◆ getRenderPass()

RenderPass getRenderPass ( ) const
inlineoverridevirtual
Returns
render pass

Implements Entity.

Definition at line 462 of file LODObject3D.h.

◆ getRotation()

Rotation & getRotation ( const int  idx)
inlineoverridevirtual

Get rotation at given index.

Parameters
idxrotation index
Returns
rotation

Implements Entity.

Definition at line 422 of file LODObject3D.h.

◆ getRotationAngle()

const float getRotationAngle ( const int  idx) const
inlineoverridevirtual
Parameters
idxrotation index
Returns
rotation angle for rotation with given index

Implements Entity.

Definition at line 442 of file LODObject3D.h.

◆ getRotationAxis()

const Vector3 & getRotationAxis ( const int  idx) const
inlineoverridevirtual
Parameters
idxrotation index
Returns
rotation axis for rotation with given index

Implements Entity.

Definition at line 434 of file LODObject3D.h.

◆ getRotationCount()

const int getRotationCount ( ) const
inlineoverridevirtual
Returns
rotation count

Implements Entity.

Definition at line 418 of file LODObject3D.h.

◆ getRotationsQuaternion()

const Quaternion & getRotationsQuaternion ( ) const
inlineoverridevirtual
Returns
rotations quaternion

Implements Entity.

Definition at line 450 of file LODObject3D.h.

◆ getScale()

const Vector3 & getScale ( ) const
inlineoverridevirtual
Returns
object scale

Implements Entity.

Definition at line 402 of file LODObject3D.h.

◆ getShader()

const string & getShader ( )
inline
Returns
shader id

Definition at line 476 of file LODObject3D.h.

◆ getShaderParameter()

const ShaderParameter getShaderParameter ( const string &  parameterName)
inline

Returns shader parameter for given parameter name, if the value does not exist, the default will be returned.

Parameters
shaderIdshader id
parameterNameparameter name
Returns
shader parameter

Definition at line 548 of file LODObject3D.h.

◆ getTransformations()

const Transformations & getTransformations ( ) const
inlineoverridevirtual
Returns
this transformations

Implements Entity.

Definition at line 458 of file LODObject3D.h.

◆ getTransformationsMatrix()

const Matrix4x4 & getTransformationsMatrix ( ) const
inlineoverridevirtual
Returns
this transformations matrix

Implements Entity.

Definition at line 454 of file LODObject3D.h.

◆ getTranslation()

const Vector3 & getTranslation ( ) const
inlineoverridevirtual
Returns
object translation

Implements Entity.

Definition at line 394 of file LODObject3D.h.

◆ initialize()

void initialize ( )
overridevirtual

Initiates this object 3d.

Implements Entity.

Definition at line 177 of file LODObject3D.cpp.

◆ isContributesShadows()

bool isContributesShadows ( )
inlineoverridevirtual
Returns
if entity contributes to shadows

Implements Entity.

Definition at line 364 of file LODObject3D.h.

◆ isEnabled()

bool isEnabled ( )
inlineoverridevirtual
Returns
true if enabled to be rendered

Implements Entity.

Definition at line 322 of file LODObject3D.h.

◆ isEnableEarlyZRejection()

bool isEnableEarlyZRejection ( ) const
inline
Returns
If early z rejection is enabled

Definition at line 532 of file LODObject3D.h.

◆ isFrustumCulling()

bool isFrustumCulling ( )
overridevirtual
Returns
if frustum culling is enabled

Implements Entity.

Definition at line 148 of file LODObject3D.cpp.

◆ isPickable()

bool isPickable ( )
inlineoverridevirtual
Returns
if object is pickable

Implements Entity.

Definition at line 360 of file LODObject3D.h.

◆ isReceivesShadows()

bool isReceivesShadows ( )
inlineoverridevirtual
Returns
if entity receives shadows

Implements Entity.

Definition at line 375 of file LODObject3D.h.

◆ removeRotation()

void removeRotation ( const int  idx)
inlineoverridevirtual

Remove rotation.

Parameters
idxindex

Implements Entity.

Definition at line 430 of file LODObject3D.h.

◆ setContributesShadows()

void setContributesShadows ( bool  contributesShadows)
inlineoverridevirtual

Enable/disable contributes shadows.

Parameters
contributesShadowscontributes shadows

Implements Entity.

Definition at line 368 of file LODObject3D.h.

◆ setDistanceShader()

void setDistanceShader ( const string &  id)
inline

Set distance shader id.

Parameters
idshader

Definition at line 503 of file LODObject3D.h.

◆ setDistanceShaderDistance()

void setDistanceShaderDistance ( float  distanceShaderDistance)
inline

Set distance shader distance.

Parameters
distanceShaderDistanceshader

Definition at line 522 of file LODObject3D.h.

◆ setDistanceShaderParameter()

void setDistanceShaderParameter ( const string &  parameterName,
const ShaderParameter parameterValue 
)
inline

Set distance shader parameter for given parameter name.

Parameters
shaderIdshader id
parameterNameparameter name
paraemterValueparameter value

Definition at line 581 of file LODObject3D.h.

◆ setEffectColorAdd()

void setEffectColorAdd ( const Color4 effectColorAdd)
inlineoverridevirtual

Set effect color that will be added to fragment color.

Returns
effect color

Implements Entity.

Definition at line 352 of file LODObject3D.h.

◆ setEffectColorAddLOD2()

void setEffectColorAddLOD2 ( const Color4 effectColorAddLOD2)
inline

Set effect color add for LOD2 level.

Parameters
effectColorAddLOD2effect color add for LOD2 level

Definition at line 267 of file LODObject3D.h.

◆ setEffectColorAddLOD3()

void setEffectColorAddLOD3 ( const Color4 effectColorAddLOD3)
inline

Set effect color add for LOD3 level.

Parameters
effectColorAddLOD3effect color add for LOD3 level

Definition at line 297 of file LODObject3D.h.

◆ setEffectColorMul()

void setEffectColorMul ( const Color4 effectColorMul)
inlineoverridevirtual

Set effect color that will be multiplied with fragment color.

Parameters
effectColorMuleffect color

Implements Entity.

Definition at line 344 of file LODObject3D.h.

◆ setEffectColorMulLOD2()

void setEffectColorMulLOD2 ( const Color4 effectColorMulLOD2)
inline

Set effect color mul for LOD2 level.

Parameters
effectColorMulLOD2effect color mul for LOD2 level

Definition at line 282 of file LODObject3D.h.

◆ setEffectColorMulLOD3()

void setEffectColorMulLOD3 ( const Color4 effectColorMulLOD3)
inline

Set effect color mul for LOD3 level.

Parameters
effectColorMulLOD3effect color mul for LOD3 level

Definition at line 312 of file LODObject3D.h.

◆ setEnabled()

void setEnabled ( bool  enabled)
overridevirtual

Enable/disable rendering.

Parameters
enabledenabled

Implements Entity.

Definition at line 128 of file LODObject3D.cpp.

◆ setEnableEarlyZRejection()

void setEnableEarlyZRejection ( bool  enableEarlyZRejection)

Enable/disable early z rejection.

Parameters
enableEarlyZRejectionenable early z rejection

Definition at line 185 of file LODObject3D.cpp.

◆ setEngine()

void setEngine ( Engine engine)
overridevirtual

Set up engine.

Parameters
engineengine

Implements Entity.

Definition at line 88 of file LODObject3D.cpp.

◆ setFrustumCulling()

void setFrustumCulling ( bool  frustumCulling)
overridevirtual

Set frustum culling.

Parameters
frustumCullingfrustum culling

Implements Entity.

Definition at line 152 of file LODObject3D.cpp.

◆ setParentEntity()

void setParentEntity ( Entity entity)
inlineoverrideprivatevirtual

Set parent entity, needs to be called before adding to engine.

Parameters
entityentity

Implements Entity.

Definition at line 96 of file LODObject3D.h.

◆ setPickable()

void setPickable ( bool  pickable)
inlineoverridevirtual

Set this object pickable.

Parameters
pickablepickable

Implements Entity.

Definition at line 386 of file LODObject3D.h.

◆ setPivot()

void setPivot ( const Vector3 pivot)
inlineoverridevirtual

Set pivot.

Parameters
pivotpivot

Implements Entity.

Definition at line 414 of file LODObject3D.h.

◆ setReceivesShadows()

void setReceivesShadows ( bool  receivesShadows)
inlineoverridevirtual

Enable/disable receives shadows.

Parameters
receivesShadowsreceives shadows

Implements Entity.

Definition at line 379 of file LODObject3D.h.

◆ setRenderer()

void setRenderer ( Renderer renderer)
overridevirtual

Set up renderer.

Parameters
rendererrenderer

Implements Entity.

Definition at line 98 of file LODObject3D.cpp.

◆ setRenderPass()

void setRenderPass ( RenderPass  renderPass)
inlineoverridevirtual

Set render pass.

Parameters
renderPassrender pass

Implements Entity.

Definition at line 466 of file LODObject3D.h.

◆ setRotationAngle()

void setRotationAngle ( const int  idx,
const float  angle 
)
inlineoverridevirtual
Parameters
idxrotation index
anglerotation angle
Returns
rotation angle for rotation with given index

Implements Entity.

Definition at line 446 of file LODObject3D.h.

◆ setRotationAxis()

void setRotationAxis ( const int  idx,
const Vector3 axis 
)
inlineoverridevirtual

Set rotation axis.

Parameters
idxrotation index
axisrotation axis

Implements Entity.

Definition at line 438 of file LODObject3D.h.

◆ setScale()

void setScale ( const Vector3 scale)
inlineoverridevirtual

Set scale.

Parameters
scalescale

Implements Entity.

Definition at line 406 of file LODObject3D.h.

◆ setShader()

void setShader ( const string &  id)
inline

Set shader id.

Parameters
idshader

Definition at line 484 of file LODObject3D.h.

◆ setShaderParameter()

void setShaderParameter ( const string &  parameterName,
const ShaderParameter parameterValue 
)
inline

Set shader parameter for given parameter name.

Parameters
shaderIdshader id
parameterNameparameter name
paraemterValueparameter value

Definition at line 558 of file LODObject3D.h.

◆ setTranslation()

void setTranslation ( const Vector3 translation)
inlineoverridevirtual

Set translation.

Parameters
translationtranslation

Implements Entity.

Definition at line 398 of file LODObject3D.h.

◆ update()

void update ( )
overridevirtual

Update transformations.

Implements Entity.

Definition at line 115 of file LODObject3D.cpp.

Friends And Related Function Documentation

◆ Object3DRenderGroup

friend class Object3DRenderGroup
friend

Definition at line 52 of file LODObject3D.h.

Member Data Documentation

◆ contributesShadows

bool contributesShadows
private

Definition at line 75 of file LODObject3D.h.

◆ distanceShaderDistance

float distanceShaderDistance { 50.0f }
private

Definition at line 86 of file LODObject3D.h.

◆ distanceShaderId

string distanceShaderId { "" }
private

Definition at line 85 of file LODObject3D.h.

◆ distanceShaderParameters

EntityShaderParameters distanceShaderParameters
private

Definition at line 90 of file LODObject3D.h.

◆ effectColorAdd

Color4 effectColorAdd
private

Definition at line 78 of file LODObject3D.h.

◆ effectColorAddLOD2

Color4 effectColorAddLOD2
private

Definition at line 80 of file LODObject3D.h.

◆ effectColorAddLOD3

Color4 effectColorAddLOD3
private

Definition at line 82 of file LODObject3D.h.

◆ effectColorMul

Color4 effectColorMul
private

Definition at line 77 of file LODObject3D.h.

◆ effectColorMulLOD2

Color4 effectColorMulLOD2
private

Definition at line 79 of file LODObject3D.h.

◆ effectColorMulLOD3

Color4 effectColorMulLOD3
private

Definition at line 81 of file LODObject3D.h.

◆ enabled

bool enabled
private

Definition at line 73 of file LODObject3D.h.

◆ enableEarlyZRejection

bool enableEarlyZRejection { false }
private

Definition at line 87 of file LODObject3D.h.

◆ engine

Engine* engine { nullptr }
private

Definition at line 54 of file LODObject3D.h.

◆ frustumCulling

bool frustumCulling { true }
private

Definition at line 56 of file LODObject3D.h.

◆ id

string id
private

Definition at line 67 of file LODObject3D.h.

◆ levelLOD

int levelLOD
private

Definition at line 72 of file LODObject3D.h.

◆ levelTypeLOD2

LODLevelType levelTypeLOD2
private

Definition at line 64 of file LODObject3D.h.

◆ levelTypeLOD3

LODLevelType levelTypeLOD3
private

Definition at line 65 of file LODObject3D.h.

◆ lodNoneMinDistance

float lodNoneMinDistance
private

Definition at line 63 of file LODObject3D.h.

◆ modelLOD1

Model* modelLOD1 { nullptr }
private

Definition at line 58 of file LODObject3D.h.

◆ modelLOD2

Model* modelLOD2 { nullptr }
private

Definition at line 59 of file LODObject3D.h.

◆ modelLOD2MinDistance

float modelLOD2MinDistance
private

Definition at line 61 of file LODObject3D.h.

◆ modelLOD3

Model* modelLOD3 { nullptr }
private

Definition at line 60 of file LODObject3D.h.

◆ modelLOD3MinDistance

float modelLOD3MinDistance
private

Definition at line 62 of file LODObject3D.h.

◆ objectLOD

Object3D* objectLOD { nullptr }
private

Definition at line 71 of file LODObject3D.h.

◆ objectLOD1

Object3D* objectLOD1 { nullptr }
private

Definition at line 68 of file LODObject3D.h.

◆ objectLOD2

Object3D* objectLOD2 { nullptr }
private

Definition at line 69 of file LODObject3D.h.

◆ objectLOD3

Object3D* objectLOD3 { nullptr }
private

Definition at line 70 of file LODObject3D.h.

◆ parentEntity

Entity* parentEntity { nullptr }
private

Definition at line 55 of file LODObject3D.h.

◆ pickable

bool pickable
private

Definition at line 74 of file LODObject3D.h.

◆ receivesShadows

bool receivesShadows
private

Definition at line 76 of file LODObject3D.h.

◆ renderPass

RenderPass renderPass { RENDERPASS_STANDARD }
private

Definition at line 83 of file LODObject3D.h.

◆ shaderId

string shaderId { "default" }
private

Definition at line 84 of file LODObject3D.h.

◆ shaderParameters

EntityShaderParameters shaderParameters
private

Definition at line 89 of file LODObject3D.h.


The documentation for this class was generated from the following files: