sine-msetCreated by Paul BourkeAttributed to Russell Walsmith January 2007
This is created by considering each point within some region of 3D space (x0,y0,z0) and evaluating the following series. The point (voxel in computer graphics language) is then shaded/coloured depending on how quickly the series tends to infinity. yn+1 = b + sin(y0) zn+1 = c + sin(z0) where
b = zn2 + 2 xn yn c = yn2 + 2 xn zn
![]()
![]()
![]()
![]()
![]()
|