viewer rendering canvas & scene

This commit is contained in:
wass08
2026-01-15 08:47:55 +09:00
parent aa8ee9c034
commit 7a4d6e397d
7 changed files with 52 additions and 33 deletions
+5 -3
View File
@@ -15,13 +15,15 @@
"@pascal-app/core": "*",
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"three": "^0.176"
"three": "^0.182"
},
"devDependencies": {
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"@repo/typescript-config": "*",
"three": "^0.176",
"typescript": "5.9.2"
"@types/react": "^19.2.2",
"three": "^0.182",
"typescript": "5.9.2",
"@types/three": "^0.182.0"
}
}