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

Height map physics primitive. More...

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

Inheritance diagram for HeightMap:
Inheritance graph
Collaboration diagram for HeightMap:
Collaboration graph

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...
 
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

int columns
 
int rows
 
float minHeight
 
float maxHeight
 
float * heightValues
 

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

Height map physics primitive.

Author
Andreas Drewke
Version
$Id$

Definition at line 16 of file HeightMap.h.

Constructor & Destructor Documentation

◆ HeightMap()

HeightMap ( int  columns,
int  rows,
float  minHeight,
float  maxHeight,
float *  heightValues,
const Vector3 scale = Vector3(1.0f, 1.0f, 1.0f) 
)

Public constructor.

Parameters
columscolumns
rowsrows
minHeightmin height
maxHeightmax height
heightValuesheight values which will not be copied
scalescale

Definition at line 16 of file HeightMap.cpp.

Member Function Documentation

◆ clone()

BoundingVolume * clone ( ) const
overridevirtual

Clones this bounding volume.

Returns
cloned bounding volume

Implements BoundingVolume.

Definition at line 48 of file HeightMap.cpp.

◆ setScale()

void setScale ( const Vector3 scale)
overridevirtual

Set local scale.

Returns
if collision shape had been recreated

Implements BoundingVolume.

Definition at line 44 of file HeightMap.cpp.

Member Data Documentation

◆ columns

int columns
private

Definition at line 20 of file HeightMap.h.

◆ heightValues

float* heightValues
private

Definition at line 24 of file HeightMap.h.

◆ maxHeight

float maxHeight
private

Definition at line 23 of file HeightMap.h.

◆ minHeight

float minHeight
private

Definition at line 22 of file HeightMap.h.

◆ rows

int rows
private

Definition at line 21 of file HeightMap.h.


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