Decrease default sizes of some primitive and CSG meshes for consistency

This commit is contained in:
Hugo Locurcio
2022-03-19 16:54:55 +01:00
parent 504708ae21
commit 53b8899be9
6 changed files with 10 additions and 10 deletions

View File

@ -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;