This commit is contained in:
Adrien MALINGREY 2023-06-06 17:18:25 +02:00
parent 2075429566
commit 5e12aea559
2 changed files with 13 additions and 13 deletions

Binary file not shown.

Before

(image error) Size: 329 KiB

@ -256,6 +256,8 @@ maze.receiveShadow = true;
maze.matrixAutoUpdate = false
scene.add(maze)
console.log(String(maze))
const wall = new THREE.Mesh( maze.geometry );
let matrix = new THREE.Matrix4()
for ( let i=0; i<maze.count; i++ ) {
@ -265,8 +267,6 @@ for ( let i=0; i<maze.count; i++ ) {
worldOctree.fromGraphNode( clone )
}
console.log(String(maze))
// debug
let stats, octreeHelper, gui