Placed pines in forest

This commit is contained in:
2023-12-04 19:47:13 +01:00
parent a98080339f
commit 0d560140e5
2 changed files with 17 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import * as Animations from './utils/animateMesh.js';
let Clock = new THREE.Clock();
THREE.Cache.enabled = true;//So we can request several time the same file without worrying : https://threejs.org/docs/#api/en/loaders/FileLoader
const APP_DEBUG = false;//Turn true to show player position in browser console
const APP_DEBUG = true;//Turn true to show player position in browser console
/* --------------------- */
/* | SCENE CREATION | */