on stats-world: adjust some lighting and position, and add an attempt at a screen-capture

This commit is contained in:
2023-05-18 18:04:10 -06:00
parent f7a149444a
commit f039f98b61
6 changed files with 102 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ class World {
this.lights = [];
this.bushes = [];
// Initializae Loop
// Initialize Loop
this.loop = new Loop(this.camera, this.scene, this.renderer);
container.append(this.renderer.domElement);