draft item-system + elevation

This commit is contained in:
wass08
2026-01-27 19:05:08 +09:00
parent 150a0a4ca1
commit 11aba2af36
5 changed files with 116 additions and 7 deletions
@@ -1,6 +1,6 @@
'use client'
import { CeilingSystem, SlabSystem, WallSystem } from '@pascal-app/core'
import { CeilingSystem, ItemSystem, SlabSystem, WallSystem } from '@pascal-app/core'
import { Bvh, Environment } from '@react-three/drei'
import { Canvas, extend, type ThreeToJSXElements } from '@react-three/fiber'
import * as THREE from 'three/webgpu'
@@ -41,6 +41,7 @@ const Viewer: React.FC<ViewerProps> = ({ children }) => {
{/* Default Systems */}
<LevelSystem />
<CeilingSystem />
<ItemSystem />
<SlabSystem />
<WallSystem />
<PostProcessing />