Improve the default size for 3D shapes (Box, Capsule, and Cylinder)
This commit is contained in:
parent
dafadd73ac
commit
8cfd264148
15 changed files with 28 additions and 28 deletions
|
|
@ -239,7 +239,7 @@ class CSGBox3D : public CSGPrimitive3D {
|
|||
virtual CSGBrush *_build_brush() override;
|
||||
|
||||
Ref<Material> material;
|
||||
Vector3 size = Vector3(2, 2, 2);
|
||||
Vector3 size = Vector3(1, 1, 1);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue