Grass not longer placed on paths

Still need some optimizations
This commit is contained in:
2024-01-04 18:06:39 +01:00
parent 4ad126d8ab
commit 82e62590a1
2 changed files with 10 additions and 9 deletions

View File

@@ -51,4 +51,5 @@ function animate() {
renderer.render( scene, camera );//Calculating and redering new frame
}
console.log("Ready to render scene, placed objects : "+scene.children.length);
animate();