« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
3D Volumetric Image Processing
Visualize the Evolution of Game of Life
Render the evolution of Game of Life as a 3D volume.
In[1]:=
X
Manipulate[ Image3D[CellularAutomaton[{224, {2, {{2, 2, 2}, {2, 1, 2}, {2, 2, 2}}}, {1, 1}}, {SeedRandom[1]; RandomInteger[1, {15, 15}], 0}, n] , ImageSize -> {320, 320}], {n, 0, 500, 1}]
Play Animation
»
Stop Animation
»