From f70438f8c5ed08c3844f28565ae5e2f4062b17d7 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Sat, 22 Nov 2025 17:40:15 +1100 Subject: [PATCH] Made a pleasanter and more 4d default rotation --- gui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.js b/gui.js index 8e4755a..1c79172 100644 --- a/gui.js +++ b/gui.js @@ -15,8 +15,8 @@ const DEFAULTS = { background: 0xd4d4d4, hyperplane: 0.93, zoom: 1, - xRotate: 'YW', - yRotate: 'XW', + xRotate: 'YZ', + yRotate: 'XZ', dtheta: 0, damping: false, captions: true,