Skip to content

Commit

Permalink
🥕 v0.17.0-b16 🌱 ThreeD: Home Design
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-mcgee committed Jan 1, 2025
1 parent 664d4da commit 900a2d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lib/threed/HomeDesign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ const PaperCanvas = (props: any) => {
// ** PAPER.JS -- load?
if (!isPaperCanvasLoadedVar()) {

console.debug('%c PaperCanvas paper.setup(planCanvasRef.current)', planCanvasRef.current)
console.debug('%c PaperCanvas paper.setup(planCanvasRef.current)', ccm.darkorangeAlert, planCanvasRef.current)

if (planCanvasRef.current != null) {
// paper.install(window)
Expand All @@ -551,7 +551,7 @@ const PaperCanvas = (props: any) => {

console.debug('%c PaperCanvas paper.view.bounds.width:height = ', ccm.darkredAlert,
paper.view.bounds.width.toFixed(0)
+ ' x ' +
+ ' : ' +
paper.view.bounds.height.toFixed(0)
)

Expand Down Expand Up @@ -582,7 +582,8 @@ const PaperCanvas = (props: any) => {
// ** THREED PAPER.JS
// initThreeDPaper(planCanvas)
// **
console.debug('%c🖼️ PaperCanvas THREED PAPER JS: initThreeDPaper(planCanvasRef)', ccm.darkgreenAlert, planCanvas)
console.debug('%c🖼️ PaperCanvas THREED PAPER JS: initThreeDPaper(planCanvasRef)', ccm.darkgreenAlert, planCanvasRef.current)
// console.debug(`%c🖼️ `, ccm.darkgreenAlert, planCanvas)

// ** ================================================

Expand Down

1 comment on commit 900a2d9

@vercel
Copy link

@vercel vercel bot commented on 900a2d9 Jan 1, 2025

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.