sync: backport monorepo PRs #240 #251 #253 (#225)

This commit is contained in:
Pascal
2026-04-13 11:24:13 -04:00
committed by GitHub
parent b25be8227a
commit 682e2a1a12
30 changed files with 1246 additions and 755 deletions
@@ -9,6 +9,7 @@ export const BuildingRenderer = ({ node }: { node: BuildingNode }) => {
useRegistry(node.id, node.type, ref)
const handlers = useNodeEvents(node, 'building')
return (
<group
position={node.position}
@@ -100,7 +100,6 @@ const Viewer: React.FC<ViewerProps> = ({
perf = false,
}) => {
const theme = useViewer((state) => state.theme)
return (
<Canvas
camera={{ position: [50, 50, 50], fov: 50 }}