From 8cfd2641481652b2588596f863217022b129817a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 30 Dec 2021 15:20:56 -0800 Subject: Improve the default size for 3D shapes (Box, Capsule, and Cylinder) --- modules/csg/csg_shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/csg/csg_shape.h') diff --git a/modules/csg/csg_shape.h b/modules/csg/csg_shape.h index eed995a40e..6da9893368 100644 --- a/modules/csg/csg_shape.h +++ b/modules/csg/csg_shape.h @@ -239,7 +239,7 @@ class CSGBox3D : public CSGPrimitive3D { virtual CSGBrush *_build_brush() override; Ref material; - Vector3 size = Vector3(2, 2, 2); + Vector3 size = Vector3(1, 1, 1); protected: static void _bind_methods(); -- cgit v1.2.3