Extends Conway's classic 2D cellular automaton into a cubic lattice using a full 3x3x3 Moore neighborhood (26 neighbors per cell) instead of the usual 8. Each generation applies the "5766" 3D Life rule (survive on 5-7 live neighbors, birth on exactly 6), a well-studied rule set that produces slow, coral/crystal-like growth rather than chaos or instant die-off. Every cell is one instance of a single InstancedMesh, with birth/death rendered as smooth scale tweens and live-cell age mapped to an emissive hue shift. Drag to orbit, scroll to zoom.