From 4da4feed18f56a2bc5c88ffe5a4f73134e353c25 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Mon, 7 Dec 2020 18:54:12 +0000 Subject: Use Vector3 instead of 3 floats for CSGBox3D dimensions --- modules/csg/doc_classes/CSGBox3D.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'modules/csg/doc_classes') diff --git a/modules/csg/doc_classes/CSGBox3D.xml b/modules/csg/doc_classes/CSGBox3D.xml index 492bf68c44..b1d0454b76 100644 --- a/modules/csg/doc_classes/CSGBox3D.xml +++ b/modules/csg/doc_classes/CSGBox3D.xml @@ -11,17 +11,11 @@ - - Depth of the box measured from the center of the box. - - - Height of the box measured from the center of the box. - The material used to render the box. - - Width of the box measured from the center of the box. + + The box's width, height and depth. -- cgit v1.2.3