From 53b8899be9d79f6b16923e930784d5001532fa15 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 19 Mar 2022 16:54:55 +0100 Subject: Decrease default sizes of some primitive and CSG meshes for consistency --- modules/csg/csg_shape.cpp | 2 +- modules/csg/doc_classes/CSGSphere3D.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/csg') 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 CSGSphere3D::get_material() const { CSGSphere3D::CSGSphere3D() { // defaults - radius = 1.0; + radius = 0.5; radial_segments = 12; rings = 6; smooth_faces = true; diff --git a/modules/csg/doc_classes/CSGSphere3D.xml b/modules/csg/doc_classes/CSGSphere3D.xml index 227f620a4e..d2f985b3a2 100644 --- a/modules/csg/doc_classes/CSGSphere3D.xml +++ b/modules/csg/doc_classes/CSGSphere3D.xml @@ -17,7 +17,7 @@ Number of vertical slices for the sphere. - + Radius of the sphere. -- cgit v1.2.3