surface placement
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user