Adjust grid helper rotations in viewport-host.ts

This commit is contained in:
2026-04-02 22:13:00 +02:00
parent fb05328e5b
commit c7232a8a83

View File

@@ -185,6 +185,8 @@ export class ViewportHost {
const axesHelper = new AxesHelper(2);
this.gridHelpers.xy.rotation.x = Math.PI * 0.5;
this.gridHelpers.yz.rotation.z = Math.PI * 0.5;
this.gridHelpers.xz.visible = true;
this.gridHelpers.xy.visible = false;
this.gridHelpers.yz.visible = false;