3#include <ext/reactphysics3d/src/collision/shapes/HeightFieldShape.h>
4#include <ext/reactphysics3d/src/mathematics/Vector3.h>
36 reactphysics3d::HeightFieldShape::HeightDataType::HEIGHT_FLOAT_TYPE,
45 Console::println(
"HeightMap::setScale(): not supported!");
Bounding volume interface.
reactphysics3d::CollisionShape * collisionShape
void computeBoundingBox()
Compute bounding box.
Height map physics primitive.
HeightMap(int columns, int rows, float minHeight, float maxHeight, float *heightValues, const Vector3 &scale=Vector3(1.0f, 1.0f, 1.0f))
Public constructor.
void setScale(const Vector3 &scale) override
Set local scale.
BoundingVolume * clone() const override
Clones this bounding volume.
Vector3 & set(float x, float y, float z)
Set up vector.