diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-03-19 16:54:55 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-04-27 22:45:38 +0200 |
commit | 53b8899be9d79f6b16923e930784d5001532fa15 (patch) | |
tree | 1911ecf7be60ef0892c6a4f56faef6f12c5bd261 /modules/csg/csg_shape.cpp | |
parent | 504708ae21b9722ddbf33a2d557a6a9ed0d70855 (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.cpp | 2 |
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; |