This commit is contained in:
2023-11-18 15:49:36 +01:00
parent 2adbecea71
commit af8fdfd30e
17 changed files with 3 additions and 28 deletions

View File

@@ -1,5 +1,4 @@
import * as THREE from 'three';
import { Octree } from 'three/addons/math/Octree.js';
import { Capsule } from 'three/addons/math/Capsule.js';
import { Water } from 'three/addons/objects/Water.js';
@@ -8,9 +7,10 @@ import { GUI } from 'three/addons/libs/lil-gui.module.min.js';
import { OctreeHelper } from 'three/addons/helpers/OctreeHelper.js';
import Stats from 'three/addons/libs/stats.module.js';
import 'three-hex-tiling';
import MazeMesh from './MazeMesh.js';
import 'three-hex-tiling';
const playerHeight = 0.5;
const mazeWidth = 23