feat: move robot to center
This commit is contained in:
parent
1cb5fe9f8b
commit
63bfcaba4c
2 changed files with 3 additions and 2 deletions
|
@ -54,7 +54,6 @@
|
|||
>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="text-2xl font-medium text-slate-200 mt-4 basis-full">
|
||||
Camera Configuration
|
||||
</h2>
|
||||
|
|
|
@ -137,6 +137,8 @@
|
|||
<RobotDecimated
|
||||
scale={[10, 10, 10]}
|
||||
position.y={0}
|
||||
position.x={-3}
|
||||
position.z={3}
|
||||
on:create={({ ref }) => {
|
||||
// @ts-expect-error
|
||||
mesh.set(ref)
|
||||
|
@ -148,7 +150,7 @@
|
|||
sectionColor={'#ff3e00'}
|
||||
sectionThickness={1}
|
||||
bind:fadeDistance={gridFadeDistance}
|
||||
cellSize={6}
|
||||
cellSize={3}
|
||||
sectionSize={24}
|
||||
cellColor={'#cccccc'}
|
||||
infiniteGrid
|
||||
|
|
Loading…
Reference in a new issue