TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
TerrainMesh Class Referencefinal

Terrain mesh physics primitive. More...

#include <tdme/engine/primitives/TerrainMesh.h>

Inheritance diagram for TerrainMesh:
Inheritance graph
Collaboration diagram for TerrainMesh:
Collaboration graph

Public Member Functions

 TerrainMesh ()
 Public constructor. More...
 
 TerrainMesh (Object3DModel *model, const Transformations &transformations=Transformations())
 Public constructor. More...
 
 ~TerrainMesh ()
 Destructor. More...
 
void setScale (const Vector3 &scale) override
 Set local scale. More...
 
void fromTransformations (const Transformations &transformations) override
 Transform bounding volume from given transformations. More...
 
BoundingVolumeclone () const override
 Clones this bounding volume. More...
 
- Public Member Functions inherited from BoundingVolume
virtual ~BoundingVolume ()
 Destructor. More...
 
virtual void fromTransformations (const Transformations &transformations)
 Transform bounding volume from given transformations. More...
 
const Vector3getScale ()
 Get local scale. More...
 
virtual void setScale (const Vector3 &scale)=0
 Set local scale. More...
 
const Vector3getCenter () const
 
const Vector3getCenterTransformed () const
 
BoundingBoxgetBoundingBoxTransformed ()
 Get bounding box transformed. More...
 
virtual BoundingVolumeclone () const =0
 Clones this bounding volume. More...
 

Private Attributes

vector< float > vertices
 
vector< int32_t > indices
 
reactphysics3d::TriangleVertexArray * triangleVertexArray { nullptr }
 
reactphysics3d::TriangleMesh * triangleMesh { nullptr }
 

Additional Inherited Members

- Protected Member Functions inherited from BoundingVolume
void computeBoundingBox ()
 Compute bounding box. More...
 
- Protected Attributes inherited from BoundingVolume
Vector3 scale
 
Vector3 center
 
Vector3 collisionShapeLocalTranslation
 
reactphysics3d::CollisionShape * collisionShape { nullptr }
 
reactphysics3d::Transform collisionShapeLocalTransform
 
reactphysics3d::Transform collisionShapeTransform
 
reactphysics3d::AABB collisionShapeAABB
 
BoundingBox boundingBoxTransformed
 
Vector3 centerTransformed
 

Detailed Description

Terrain mesh physics primitive.

Author
Andreas Drewke
Version
$Id$

Definition at line 26 of file TerrainMesh.h.

Constructor & Destructor Documentation

◆ TerrainMesh() [1/2]

Public constructor.

Definition at line 24 of file TerrainMesh.cpp.

◆ TerrainMesh() [2/2]

TerrainMesh ( Object3DModel model,
const Transformations transformations = Transformations() 
)

Public constructor.

Parameters
modelmodel
transformationstransformations

Definition at line 28 of file TerrainMesh.cpp.

◆ ~TerrainMesh()

Destructor.

Definition at line 56 of file TerrainMesh.cpp.

Member Function Documentation

◆ clone()

TerrainMesh::BoundingVolume * clone ( ) const
overridevirtual

Clones this bounding volume.

Returns
cloned bounding volume

Implements BoundingVolume.

Definition at line 104 of file TerrainMesh.cpp.

◆ fromTransformations()

void fromTransformations ( const Transformations transformations)
overridevirtual

Transform bounding volume from given transformations.

Parameters
transformationstransformations

Reimplemented from BoundingVolume.

Definition at line 100 of file TerrainMesh.cpp.

◆ setScale()

void setScale ( const Vector3 scale)
overridevirtual

Set local scale.

Returns
if collision shape had been recreated

Implements BoundingVolume.

Definition at line 61 of file TerrainMesh.cpp.

Member Data Documentation

◆ indices

vector<int32_t> indices
private

Definition at line 31 of file TerrainMesh.h.

◆ triangleMesh

reactphysics3d::TriangleMesh* triangleMesh { nullptr }
private

Definition at line 33 of file TerrainMesh.h.

◆ triangleVertexArray

reactphysics3d::TriangleVertexArray* triangleVertexArray { nullptr }
private

Definition at line 32 of file TerrainMesh.h.

◆ vertices

vector<float> vertices
private

Definition at line 30 of file TerrainMesh.h.


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