summaryrefslogtreecommitdiffstats
path: root/servers/physics_3d/shape_3d_sw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics_3d/shape_3d_sw.cpp')
-rw-r--r--servers/physics_3d/shape_3d_sw.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/servers/physics_3d/shape_3d_sw.cpp b/servers/physics_3d/shape_3d_sw.cpp
index 2c248a4d38..a44244f7d5 100644
--- a/servers/physics_3d/shape_3d_sw.cpp
+++ b/servers/physics_3d/shape_3d_sw.cpp
@@ -1380,12 +1380,15 @@ ConcavePolygonShape3DSW::ConcavePolygonShape3DSW() {
Vector<real_t> HeightMapShape3DSW::get_heights() const {
return heights;
}
+
int HeightMapShape3DSW::get_width() const {
return width;
}
+
int HeightMapShape3DSW::get_depth() const {
return depth;
}
+
real_t HeightMapShape3DSW::get_cell_size() const {
return cell_size;
}