We're now surrounding ground with fences

This commit is contained in:
2023-11-17 01:03:18 +01:00
parent 575a084f9b
commit 13aece594d
2 changed files with 61 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ import {addAssetsOnScene} from './utils/addAssetsOnScene.js';
import * as PlayerMovement from './utils/playerMovement.js';
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
/* --------------------- */
/* | SCENE CREATION | */