3D 요소가 그리드보다 아래에 렌더링되는 문제 해결
This commit is contained in:
parent
755da0d1bf
commit
f6848df87a
|
|
@ -62,7 +62,7 @@ export default function YardEditor({ layout, onBack }: YardEditorProps) {
|
||||||
try {
|
try {
|
||||||
const newPlacementData = {
|
const newPlacementData = {
|
||||||
position_x: 0,
|
position_x: 0,
|
||||||
position_y: 0,
|
position_y: 2.5, // size_y의 절반 (5 / 2 = 2.5)
|
||||||
position_z: 0,
|
position_z: 0,
|
||||||
size_x: 5,
|
size_x: 5,
|
||||||
size_y: 5,
|
size_y: 5,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue