🪞 Adds mirror effect on groundplane

This commit is contained in:
Rune Harlyk
2024-08-17 19:26:31 +02:00
committed by Rune Harlyk
parent 3f6348c49c
commit 6988c61a50
2 changed files with 47 additions and 16 deletions
@@ -160,8 +160,6 @@
if (ground) sceneManager
.addGroundPlane()
.addGridHelper({ size: 30, divisions: 25 })
const geometry = new SphereGeometry(0.1, 32, 16 );
const material = new MeshBasicMaterial( { color: 0xffff00 } );