This commit is contained in:
2026-05-14 13:01:36 +08:00
parent ce73c35b8a
commit 38d98eb553

View File

@ -818,15 +818,15 @@
}, },
{ {
name: 'back', name: 'back',
startPoint: [1.4, baseY, 1.4], startPoint: [1.37, baseY, 1.4],
endPoint: [-1.43, baseY, 1.37], endPoint: [-1.43, baseY, 1.4],
height: 2.2, height: 2.2,
divisions: divisions, divisions: divisions,
offset: wallOffset offset: wallOffset
}, },
{ {
name: 'left', name: 'left',
startPoint: [-1.43, baseY, 1.39], startPoint: [-1.43, baseY, 1.4],
endPoint: [-1.43, baseY, -1.43], endPoint: [-1.43, baseY, -1.43],
height: 2.2, height: 2.2,
divisions: divisions, divisions: divisions,
@ -892,7 +892,7 @@
modelControlType: model_control_type, modelControlType: model_control_type,
drag: { drag: {
enable: true, enable: true,
axis: 'x', axis: Math.abs((rotation.y-0)) <90 ? 'x' : 'z',
step: 0.1, step: 0.1,
}, },
transform: { transform: {