mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-16 08:55:52 +00:00
fix StaticShape scale
This commit is contained in:
parent
077207ca27
commit
29fb356d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export function StaticShape({ object }: { object: ConsoleObject }) {
|
||||||
<group
|
<group
|
||||||
quaternion={q}
|
quaternion={q}
|
||||||
position={[x - 1024, y, z - 1024]}
|
position={[x - 1024, y, z - 1024]}
|
||||||
scale={[-scaleX, scaleY, scaleZ]}
|
scale={[scaleX, scaleY, scaleZ]}
|
||||||
>
|
>
|
||||||
{shapeName ? (
|
{shapeName ? (
|
||||||
<ErrorBoundary fallback={<ShapePlaceholder color="red" />}>
|
<ErrorBoundary fallback={<ShapePlaceholder color="red" />}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue