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

@@ -26,6 +26,8 @@ function createControls(camera, canvas) {
controls.enableDamping = true;
//controls.enableZoom = false;
controls.maxDistance = 250;
//controls.enablePan = false;
controls.tick = () => controls.update();