summaryrefslogtreecommitdiffstats
path: root/scene/resources/3d/concave_polygon_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/3d/concave_polygon_shape_3d.h')
-rw-r--r--scene/resources/3d/concave_polygon_shape_3d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/resources/3d/concave_polygon_shape_3d.h b/scene/resources/3d/concave_polygon_shape_3d.h
index 2bb69be43c..56654dc4c0 100644
--- a/scene/resources/3d/concave_polygon_shape_3d.h
+++ b/scene/resources/3d/concave_polygon_shape_3d.h
@@ -35,6 +35,8 @@
#include "scene/resources/3d/shape_3d.h"
+class ArrayMesh;
+
class ConcavePolygonShape3D : public Shape3D {
GDCLASS(ConcavePolygonShape3D, Shape3D);
@@ -74,6 +76,7 @@ public:
bool is_backface_collision_enabled() const;
virtual Vector<Vector3> get_debug_mesh_lines() const override;
+ virtual Ref<ArrayMesh> get_debug_arraymesh_faces(const Color &p_modulate) const override;
virtual real_t get_enclosing_radius() const override;
ConcavePolygonShape3D();