From 0affdc5aead41632a3b204eb78fb17029f0d4a10 Mon Sep 17 00:00:00 2001 From: Marty McGee Date: Wed, 2 Oct 2024 22:08:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=95=20v0.16.1-b2=20=F0=9F=8C=B1=20Thre?= =?UTF-8?q?eD:=20Character=20Animations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/threed/components/controls/LevaControls.tsx | 2 +- src/lib/threed/components/controls/Toolbar.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lib/threed/components/controls/LevaControls.tsx b/src/lib/threed/components/controls/LevaControls.tsx index 8c7dfdee1..a83a7067f 100644 --- a/src/lib/threed/components/controls/LevaControls.tsx +++ b/src/lib/threed/components/controls/LevaControls.tsx @@ -404,7 +404,7 @@ export function ThreeDLevaControls() { // hideTitleBar={true} // default = false. true hides the GUI header theme={theme} // you can pass a custom theme (see the styling section) collapsed={false} // default = false. true makes the GUI collapsed to start - fill={true} // default = false. true makes the pane fill the parent dom node it's rendered in + fill={false} // default = false. true makes the pane fill the parent dom node it's rendered in flat={true} // default = false. true removes border radius and shadow hidden={false} // default = false. true hides the GUI neverHide={true} // default = true. false allows hiding of the GUI diff --git a/src/lib/threed/components/controls/Toolbar.tsx b/src/lib/threed/components/controls/Toolbar.tsx index ccd4c3928..b84764d57 100644 --- a/src/lib/threed/components/controls/Toolbar.tsx +++ b/src/lib/threed/components/controls/Toolbar.tsx @@ -1102,7 +1102,10 @@ const ThreeDToolbar: FC = (): React.ReactNode => {