Skip to content

Commit 1af7d0b

Browse files
committed
Test XOY floor camera
1 parent b07b6ed commit 1af7d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui5/eve7/lib/GlViewerRCore.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ sap.ui.define([
493493

494494
if (this.camera.isPerspectiveCamera)
495495
{
496-
this.controls.setCamBaseMtx(new RC.Vector3(-1, 0, 0), new RC.Vector3(0, 1, 0)); //XOZ floor
496+
// this.controls.setCamBaseMtx(new RC.Vector3(-1, 0, 0), new RC.Vector3(0, 1, 0)); //XOZ floor
497+
this.controls.setCamBaseMtx(new RC.Vector3(-1, 0, 0), new RC.Vector3(0, 0, 1)); //XOY floor
497498
this.controls.screenSpacePanning = true;
498499

499500
let lc = this.lights.children;

0 commit comments

Comments
 (0)