Skip to content

Commit

Permalink
🥕 v0.16.1-b2 🌱 ThreeD: Character Animations
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-mcgee committed Oct 3, 2024
1 parent 0affdc5 commit 600f466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/participate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions src/lib/threed/threed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<ThreeDLevaControls />
Expand All @@ -37,7 +37,7 @@ const ThreeDControls = () => {
projectNameFromLeva={'ThreeD: MM projectName'}
setProjectNameFromLeva={() => (<></>)}
/>
<h1>ThreeD Control[s]: All</h1>
{/* <h1>ThreeD Control[s]: All</h1> */}
</>
)
}
Expand Down

1 comment on commit 600f466

@vercel
Copy link

@vercel vercel bot commented on 600f466 Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.