TDME2 1.9.121
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
LinesObject3DInternal Class Reference

Lines object internal. More...

#include <tdme/engine/subsystems/lines/LinesObject3DInternal.h>

Inheritance diagram for LinesObject3DInternal:
Inheritance graph
Collaboration diagram for LinesObject3DInternal:
Collaboration graph

Public Member Functions

 LinesObject3DInternal (const string &id, float lineWidth, const vector< Vector3 > &points, const Color4 &color, const vector< Color4 > &colors={}, Texture *texture=nullptr)
 Public constructor. More...
 
virtual ~LinesObject3DInternal ()
 Destructor. More...
 
const string & getId ()
 
void setRenderer (Renderer *renderer)
 Set renderer. More...
 
void setEngine (Engine *engine)
 Set engine. More...
 
bool isEnabled ()
 
void setEnabled (bool enabled)
 Set enabled. More...
 
const Color4getEffectColorMul () const
 
void setEffectColorMul (const Color4 &effectColorMul)
 Set effect color mul. More...
 
const Color4getEffectColorAdd () const
 
void setEffectColorAdd (const Color4 &effectColorAdd)
 Set effect color add. More...
 
bool isPickable () const
 
void setPickable (bool pickable)
 Set pickable. More...
 
bool isContributesShadows ()
 
void setContributesShadows (bool contributesShadows)
 Enable/disable contributes shadows. More...
 
bool isReceivesShadows ()
 
void setReceivesShadows (bool receivesShadows)
 Enable/disable receives shadows. More...
 
BoundingBoxgetBoundingBox ()
 
BoundingBoxgetBoundingBoxTransformed ()
 
float getLineWidth ()
 
int32_t getTextureId ()
 
void update () override
 Update transformations. More...
 
void fromTransformations (const Transformations &transformations) override
 From transformations. More...
 
void initialize ()
 Initialize. More...
 
void dispose ()
 Dispose. 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...
 

Protected Member Functions

void updateBoundingBox ()
 Update bounding volume. More...
 

Protected Attributes

string id
 
Engineengine { nullptr }
 
Rendererrenderer { nullptr }
 
bool enabled
 
float lineWidth
 
Texturetexture { nullptr }
 
int32_t textureId { -1 }
 
BoundingBox boundingBox
 
BoundingBox boundingBoxTransformed
 
Color4 effectColorMul
 
Color4 effectColorAdd
 
bool pickable
 
bool contributesShadows
 
bool receivesShadows
 
vector< Vector3points
 
Color4 color
 
vector< Color4colors
 
vector< int32_t > * vboIds
 

Friends

class tdme::engine::subsystems::rendering::EntityRenderer
 

Detailed Description

Lines object internal.

Author
Andreas Drewke
Version
$Id$

Definition at line 38 of file LinesObject3DInternal.h.

Constructor & Destructor Documentation

◆ LinesObject3DInternal()

LinesObject3DInternal ( const string &  id,
float  lineWidth,
const vector< Vector3 > &  points,
const Color4 color,
const vector< Color4 > &  colors = {},
Texture texture = nullptr 
)

Public constructor.

Parameters
idid
lineWidthline width
pointspoints
colorcolor
colorsoptional colors
textureoptional texture

Definition at line 41 of file LinesObject3DInternal.cpp.

◆ ~LinesObject3DInternal()

~LinesObject3DInternal ( )
virtual

Destructor.

Definition at line 76 of file LinesObject3DInternal.cpp.

Member Function Documentation

◆ dispose()

void dispose ( )

Dispose.

Definition at line 122 of file LinesObject3DInternal.cpp.

◆ fromTransformations()

void fromTransformations ( const Transformations transformations)
overridevirtual

From transformations.

Parameters
transformationstransformations

Reimplemented from Transformations.

Definition at line 85 of file LinesObject3DInternal.cpp.

◆ getBoundingBox()

BoundingBox * getBoundingBox ( )
inline
Returns
bounding box

Definition at line 209 of file LinesObject3DInternal.h.

◆ getBoundingBoxTransformed()

BoundingBox * getBoundingBoxTransformed ( )
inline
Returns
bounding box transformed

Definition at line 216 of file LinesObject3DInternal.h.

◆ getEffectColorAdd()

const Color4 & getEffectColorAdd ( ) const
inline
Returns
effect color mul

Definition at line 149 of file LinesObject3DInternal.h.

◆ getEffectColorMul()

const Color4 & getEffectColorMul ( ) const
inline
Returns
effect color mul

Definition at line 134 of file LinesObject3DInternal.h.

◆ getId()

const string & getId ( )
inline
Returns
id

Definition at line 96 of file LinesObject3DInternal.h.

◆ getLineWidth()

float getLineWidth ( )
inline
Returns
line width

Definition at line 223 of file LinesObject3DInternal.h.

◆ getTextureId()

int32_t getTextureId ( )
inline
Returns
texture id

Definition at line 230 of file LinesObject3DInternal.h.

◆ initialize()

void initialize ( )

Initialize.

Definition at line 91 of file LinesObject3DInternal.cpp.

◆ isContributesShadows()

bool isContributesShadows ( )
inline
Returns
if entity contributes to shadows

Definition at line 179 of file LinesObject3DInternal.h.

◆ isEnabled()

bool isEnabled ( )
inline
Returns
is enabled

Definition at line 119 of file LinesObject3DInternal.h.

◆ isPickable()

bool isPickable ( ) const
inline
Returns
is pickable

Definition at line 164 of file LinesObject3DInternal.h.

◆ isReceivesShadows()

bool isReceivesShadows ( )
inline
Returns
if entity receives shadows

Definition at line 194 of file LinesObject3DInternal.h.

◆ setContributesShadows()

void setContributesShadows ( bool  contributesShadows)
inline

Enable/disable contributes shadows.

Parameters
contributesShadowscontributes shadows

Definition at line 187 of file LinesObject3DInternal.h.

◆ setEffectColorAdd()

void setEffectColorAdd ( const Color4 effectColorAdd)
inline

Set effect color add.

Parameters
effectColorAddeffect color add

Definition at line 157 of file LinesObject3DInternal.h.

◆ setEffectColorMul()

void setEffectColorMul ( const Color4 effectColorMul)
inline

Set effect color mul.

Parameters
effectColorMuleffect color mul

Definition at line 142 of file LinesObject3DInternal.h.

◆ setEnabled()

void setEnabled ( bool  enabled)
inline

Set enabled.

Parameters
enabledenabled

Definition at line 127 of file LinesObject3DInternal.h.

◆ setEngine()

void setEngine ( Engine engine)
inline

Set engine.

Parameters
engineengine

Definition at line 112 of file LinesObject3DInternal.h.

◆ setPickable()

void setPickable ( bool  pickable)
inline

Set pickable.

Parameters
pickablepickable

Definition at line 172 of file LinesObject3DInternal.h.

◆ setReceivesShadows()

void setReceivesShadows ( bool  receivesShadows)
inline

Enable/disable receives shadows.

Parameters
receivesShadowsreceives shadows

Definition at line 202 of file LinesObject3DInternal.h.

◆ setRenderer()

void setRenderer ( Renderer renderer)
inline

Set renderer.

Parameters
rendererrenderer

Definition at line 104 of file LinesObject3DInternal.h.

◆ update()

void update ( )
overridevirtual

Update transformations.

Reimplemented from Transformations.

Definition at line 79 of file LinesObject3DInternal.cpp.

◆ updateBoundingBox()

void updateBoundingBox ( )
inlineprotected

Update bounding volume.

Definition at line 69 of file LinesObject3DInternal.h.

Friends And Related Function Documentation

◆ tdme::engine::subsystems::rendering::EntityRenderer

Definition at line 41 of file LinesObject3DInternal.h.

Member Data Documentation

◆ boundingBox

BoundingBox boundingBox
protected

Definition at line 52 of file LinesObject3DInternal.h.

◆ boundingBoxTransformed

BoundingBox boundingBoxTransformed
protected

Definition at line 53 of file LinesObject3DInternal.h.

◆ color

Color4 color
protected

Definition at line 61 of file LinesObject3DInternal.h.

◆ colors

vector<Color4> colors
protected

Definition at line 62 of file LinesObject3DInternal.h.

◆ contributesShadows

bool contributesShadows
protected

Definition at line 57 of file LinesObject3DInternal.h.

◆ effectColorAdd

Color4 effectColorAdd
protected

Definition at line 55 of file LinesObject3DInternal.h.

◆ effectColorMul

Color4 effectColorMul
protected

Definition at line 54 of file LinesObject3DInternal.h.

◆ enabled

bool enabled
protected

Definition at line 47 of file LinesObject3DInternal.h.

◆ engine

Engine* engine { nullptr }
protected

Definition at line 45 of file LinesObject3DInternal.h.

◆ id

string id
protected

Definition at line 44 of file LinesObject3DInternal.h.

◆ lineWidth

float lineWidth
protected

Definition at line 48 of file LinesObject3DInternal.h.

◆ pickable

bool pickable
protected

Definition at line 56 of file LinesObject3DInternal.h.

◆ points

vector<Vector3> points
protected

Definition at line 60 of file LinesObject3DInternal.h.

◆ receivesShadows

bool receivesShadows
protected

Definition at line 58 of file LinesObject3DInternal.h.

◆ renderer

Renderer* renderer { nullptr }
protected

Definition at line 46 of file LinesObject3DInternal.h.

◆ texture

Texture* texture { nullptr }
protected

Definition at line 49 of file LinesObject3DInternal.h.

◆ textureId

int32_t textureId { -1 }
protected

Definition at line 50 of file LinesObject3DInternal.h.

◆ vboIds

vector<int32_t>* vboIds
protected

Definition at line 64 of file LinesObject3DInternal.h.


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