mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-06 05:50:34 +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
|
||||
quaternion={q}
|
||||
position={[x - 1024, y, z - 1024]}
|
||||
scale={[-scaleX, scaleY, scaleZ]}
|
||||
scale={[scaleX, scaleY, scaleZ]}
|
||||
>
|
||||
{shapeName ? (
|
||||
<ErrorBoundary fallback={<ShapePlaceholder color="red" />}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue