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