From 5b99030093a758b381b16a2d7d779fd1b2c373a6 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sun, 5 Jul 2026 18:46:47 -0400 Subject: [PATCH] batching --- diorama.js | 2 +- index.html | 143 ++++++++++++++++++++++++++++++++++++++++++----------- world.js | 124 +++++++++++++++++++++++++++------------------- 3 files changed, 188 insertions(+), 81 deletions(-) diff --git a/diorama.js b/diorama.js index 362cca49..8758bb9c 100644 --- a/diorama.js +++ b/diorama.js @@ -11,7 +11,7 @@ export class Diorama { this.target = [0.5, 0, 0.5]; this.radius = 4; - this.theta = 135; + this.theta = 45; this.phi = 30; this.projMatrix = new Float32Array(16); diff --git a/index.html b/index.html index d9471e9e..7431c0b0 100644 --- a/index.html +++ b/index.html @@ -32,18 +32,21 @@

Visualizer

-

Static

- -
-

Dynamic

+ +
+ +
+ +
+ +

Static Sub-Figures

-
+