surface placement

This commit is contained in:
wass08
2026-02-18 16:26:17 +09:00
parent c0676f684e
commit e8fcc840d5
7 changed files with 12 additions and 9 deletions
@@ -1167,7 +1167,9 @@ export const CATALOG_ITEMS: AssetInput[] = [
scale: [1, 1, 1],
offset: [0, 0.21, 0],
rotation: [0, 0, 0],
dimensions: [2, 0.4, 0.5],
dimensions: [2, 0.4, 0.5],surface: {
height: 0.36
}
},
{
@@ -1,4 +1,4 @@
import { ItemNode } from "@pascal-app/core";
import { type AnyNodeId, ItemNode } from "@pascal-app/core";
import { useViewer } from "@pascal-app/viewer";
import Image from "next/image";
import { useState } from "react";