TDME2 1.9.121
|
Terrain mesh physics primitive. More...
#include <tdme/engine/primitives/TerrainMesh.h>
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... | |
BoundingVolume * | clone () const override |
Clones this bounding volume. More... | |
![]() | |
virtual | ~BoundingVolume () |
Destructor. More... | |
virtual void | fromTransformations (const Transformations &transformations) |
Transform bounding volume from given transformations. More... | |
const Vector3 & | getScale () |
Get local scale. More... | |
virtual void | setScale (const Vector3 &scale)=0 |
Set local scale. More... | |
const Vector3 & | getCenter () const |
const Vector3 & | getCenterTransformed () const |
BoundingBox & | getBoundingBoxTransformed () |
Get bounding box transformed. More... | |
virtual BoundingVolume * | clone () 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 | |
![]() | |
void | computeBoundingBox () |
Compute bounding box. More... | |
![]() | |
Vector3 | scale |
Vector3 | center |
Vector3 | collisionShapeLocalTranslation |
reactphysics3d::CollisionShape * | collisionShape { nullptr } |
reactphysics3d::Transform | collisionShapeLocalTransform |
reactphysics3d::Transform | collisionShapeTransform |
reactphysics3d::AABB | collisionShapeAABB |
BoundingBox | boundingBoxTransformed |
Vector3 | centerTransformed |
TerrainMesh | ( | ) |
Public constructor.
Definition at line 24 of file TerrainMesh.cpp.
TerrainMesh | ( | Object3DModel * | model, |
const Transformations & | transformations = Transformations() |
||
) |
Public constructor.
model | model |
transformations | transformations |
Definition at line 28 of file TerrainMesh.cpp.
~TerrainMesh | ( | ) |
Destructor.
Definition at line 56 of file TerrainMesh.cpp.
|
overridevirtual |
Clones this bounding volume.
Implements BoundingVolume.
Definition at line 104 of file TerrainMesh.cpp.
|
overridevirtual |
Transform bounding volume from given transformations.
transformations | transformations |
Reimplemented from BoundingVolume.
Definition at line 100 of file TerrainMesh.cpp.
|
overridevirtual |
Set local scale.
Implements BoundingVolume.
Definition at line 61 of file TerrainMesh.cpp.
|
private |
Definition at line 31 of file TerrainMesh.h.
|
private |
Definition at line 33 of file TerrainMesh.h.
|
private |
Definition at line 32 of file TerrainMesh.h.
|
private |
Definition at line 30 of file TerrainMesh.h.