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/doc_classes/CSGBox3D.xml | 2 +- modules/csg/doc_classes/CSGCylinder3D.xml | 4 ++-- modules/csg/doc_classes/CSGTorus3D.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/csg/doc_classes') diff --git a/modules/csg/doc_classes/CSGBox3D.xml b/modules/csg/doc_classes/CSGBox3D.xml index d64e58ae4d..4b479ed42e 100644 --- a/modules/csg/doc_classes/CSGBox3D.xml +++ b/modules/csg/doc_classes/CSGBox3D.xml @@ -12,7 +12,7 @@ The material used to render the box. - + The box's width, height and depth. diff --git a/modules/csg/doc_classes/CSGCylinder3D.xml b/modules/csg/doc_classes/CSGCylinder3D.xml index 40e989bfb3..1fe2025bab 100644 --- a/modules/csg/doc_classes/CSGCylinder3D.xml +++ b/modules/csg/doc_classes/CSGCylinder3D.xml @@ -12,13 +12,13 @@ If [code]true[/code] a cone is created, the [member radius] will only apply to one side. - + The height of the cylinder. The material used to render the cylinder. - + The radius of the cylinder. diff --git a/modules/csg/doc_classes/CSGTorus3D.xml b/modules/csg/doc_classes/CSGTorus3D.xml index 91ee63a4c9..2c0eef8f09 100644 --- a/modules/csg/doc_classes/CSGTorus3D.xml +++ b/modules/csg/doc_classes/CSGTorus3D.xml @@ -9,13 +9,13 @@ - + The inner radius of the torus. The material used to render the torus. - + The outer radius of the torus. -- cgit v1.2.3