Fix bugs related to z scaling
This commit is contained in:
parent
e7ff4c5493
commit
e3a4018582
6 changed files with 156 additions and 110 deletions
|
@ -14,7 +14,7 @@ export function RangeSlider() {
|
|||
const z = parseFloat(t.value);
|
||||
if (!isNaN(z)) {
|
||||
setScale(z);
|
||||
sceneView.scene.scale.set(1, 1, z);
|
||||
sceneView.setZScale(z);
|
||||
}
|
||||
};
|
||||
return (
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue