Iso Sphere

A dim³ grid of isometric cubes carved into a sphere by a 3D distance check. Each cube's position is tested against a spherical radius from the grid center — cubes inside the sphere are visible, cubes outside are hidden. Natural back-to-front ordering provides correct occlusion.

Related Patterns