TDME2 1.9.121
|
Height map physics primitive. More...
#include <tdme/engine/primitives/HeightMap.h>
Public Member Functions | |
HeightMap (int columns, int rows, float minHeight, float maxHeight, float *heightValues, const Vector3 &scale=Vector3(1.0f, 1.0f, 1.0f)) | |
Public constructor. More... | |
void | setScale (const Vector3 &scale) override |
Set local scale. 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 | |
int | columns |
int | rows |
float | minHeight |
float | maxHeight |
float * | heightValues |
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 |
HeightMap | ( | int | columns, |
int | rows, | ||
float | minHeight, | ||
float | maxHeight, | ||
float * | heightValues, | ||
const Vector3 & | scale = Vector3(1.0f, 1.0f, 1.0f) |
||
) |
Public constructor.
colums | columns |
rows | rows |
minHeight | min height |
maxHeight | max height |
heightValues | height values which will not be copied |
scale | scale |
Definition at line 16 of file HeightMap.cpp.
|
overridevirtual |
Clones this bounding volume.
Implements BoundingVolume.
Definition at line 48 of file HeightMap.cpp.
|
overridevirtual |
Set local scale.
Implements BoundingVolume.
Definition at line 44 of file HeightMap.cpp.
|
private |
Definition at line 20 of file HeightMap.h.
|
private |
Definition at line 24 of file HeightMap.h.
|
private |
Definition at line 23 of file HeightMap.h.
|
private |
Definition at line 22 of file HeightMap.h.
|
private |
Definition at line 21 of file HeightMap.h.