From 600f46626a26aba2db64dd1b45f2a7679ad7c2b2 Mon Sep 17 00:00:00 2001 From: Marty McGee Date: Thu, 3 Oct 2024 07:20:20 -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/app/participate/page.tsx | 4 ++-- src/lib/threed/threed.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/participate/page.tsx b/src/app/participate/page.tsx index 73d59f6c9..50215d972 100644 --- a/src/app/participate/page.tsx +++ b/src/app/participate/page.tsx @@ -28,8 +28,8 @@ import { // import CardContent from '@mui/material/CardContent' // ** THREED Imports -import ThreeD from '~/src/lib/threed/threed' -// const ThreeD = dynamic(() => import('#/lib/threed/threed'), { ssr: false }) +// import ThreeD from '~/src/lib/threed/threed' +const ThreeD = dynamic(() => import('#/lib/threed/threed'), { ssr: false }) // import ThreeDControls from '~/src/lib/threed/Controls' // const ThreeDControls = dynamic(() => import('#/lib/threed/Controls'), { ssr: false }) // import ThreeDGarden from '~/src/lib/threed/ThreeDGarden' diff --git a/src/lib/threed/threed.tsx b/src/lib/threed/threed.tsx index ecf5e54b6..a09d2249d 100644 --- a/src/lib/threed/threed.tsx +++ b/src/lib/threed/threed.tsx @@ -24,7 +24,7 @@ import ThreeDToolbar from '#/lib/threed/components/controls/Toolbar' const ThreeDControls = () => { // ** THREED CONTROL(S) - console.debug('THREED CONTROL[S]: ALL') + // console.debug('THREED CONTROL[S]: ALL') return ( <> @@ -37,7 +37,7 @@ const ThreeDControls = () => { projectNameFromLeva={'ThreeD: MM projectName'} setProjectNameFromLeva={() => (<>)} /> -

ThreeD Control[s]: All

+ {/*

ThreeD Control[s]: All

*/} ) }