scene starting with site and not with building anymore

This commit is contained in:
wass08
2026-02-05 14:42:46 +09:00
parent 875cf277e0
commit 39f9f595d8
8 changed files with 84 additions and 15 deletions
@@ -11,6 +11,8 @@ import {
type LevelNode,
type RoofEvent,
type RoofNode,
type SiteEvent,
type SiteNode,
type SlabEvent,
type SlabNode,
type WallEvent,
@@ -21,6 +23,7 @@ import {
import type { ThreeEvent } from '@react-three/fiber'
type NodeConfig = {
site: { node: SiteNode; event: SiteEvent }
item: { node: ItemNode; event: ItemEvent }
wall: { node: WallNode; event: WallEvent }
building: { node: BuildingNode; event: BuildingEvent }