Menger Sponge Visualization
A 3D visualization of a Menger Sponge fractal using Three.js.
Controls
- Left click and drag to rotate the view
- Right click and drag to pan
- Scroll to zoom in/out
The visualization shows a level 3 Menger Sponge, which is a 3D fractal created by recursively removing the center cube from each face and the very center cube of a larger cube.
Changes
- Increased fractal iteration level from 2 to 3
- Adjusted camera settings for better viewing of deeper fractal structure
- Improved material properties for better visual clarity