From 0b8fa336ce50af70079b7c907cbb99a4ca4129dd Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Fri, 25 Apr 2025 19:13:44 +0200 Subject: [PATCH] update UI --- src/index.html | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/index.html b/src/index.html index 0b68712..c9d95b5 100644 --- a/src/index.html +++ b/src/index.html @@ -25,7 +25,7 @@ border: solid 2px #11111b; border-radius: 20px; } - #stats { + #content { width: 100%; max-width: 800px; box-sizing: border-box; @@ -38,23 +38,32 @@ -
-
FPS:
-
Frame time:
-
-
+
+ Stats: +
    +
  • FPS:
  • +
  • Frame time:
  • +
+ + Controls: +
    +
  • + Click & Drag to move camera +
  • +
  • LookAt Matrix: -
-
+ +
  • Projection Matrix: -
  • -
    + +
  • Use virtual camera: -
  • -
    + +
  • Backface Culling: -
  • -
    + + +
    \ No newline at end of file