Skip to content

Commit 8a50c99

Browse files
committed
changed model position parameters
1 parent c89b935 commit 8a50c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ function App() {
163163
setData((prevData) => [...prevData, newData]);
164164
setPosition({
165165
x: mapValueToRange(values[18], 0, 360, -180, 180),
166-
y: mapValueToRange(values[19], 0, 360, -180, 180),
167-
z: mapValueToRange(values[21], 0, 360, -180, 180),
166+
y: mapValueToRange(values[21], 0, 360, -180, 180),
167+
z: mapValueToRange(values[19], 0, 360, -180, 180),
168168
});
169169
}
170170

0 commit comments

Comments
 (0)