summaryrefslogtreecommitdiff
path: root/modules/csg/csg_shape.cpp
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2022-03-19 16:54:55 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2022-04-27 22:45:38 +0200
commit53b8899be9d79f6b16923e930784d5001532fa15 (patch)
tree1911ecf7be60ef0892c6a4f56faef6f12c5bd261 /modules/csg/csg_shape.cpp
parent504708ae21b9722ddbf33a2d557a6a9ed0d70855 (diff)
Decrease default sizes of some primitive and CSG meshes for consistency
Diffstat (limited to 'modules/csg/csg_shape.cpp')
-rw-r--r--modules/csg/csg_shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp
index be9bf9538f..0a2427e4e6 100644
--- a/modules/csg/csg_shape.cpp
+++ b/modules/csg/csg_shape.cpp
@@ -1110,7 +1110,7 @@ Ref<Material> CSGSphere3D::get_material() const {
CSGSphere3D::CSGSphere3D() {
// defaults
- radius = 1.0;
+ radius = 0.5;
radial_segments = 12;
rings = 6;
smooth_faces = true;