|
|
Here is an interesting isosurface object made with the superpatch for 3.1.
It is a cube made up of many checkered boxes. Enjoy!
camera{location<3,3,-4>look_at<0,0,0>}
light_source{<100,200,-50>rgb 1}
#declare Si=3.141592*4
isosurface{
function .5^sin(z*Si)^sin(x*Si)^sin(y*Si)
sign 1
threshold 1
texture{pigment{rgb<1 .4 0>}finish{phong 1}}
}
plane{y,-1 pigment{rgb 1}}
MMa### [at] aolcom
Post a reply to this message
|
|