|
|
People are always asking how to make eggs
Found a variation of this on the net
coul'nt resist posting it
/* Creates a squashed 'sphere' 200 units long towards +z and 300 towards -z.
*/
#declare egg = union{
sphere {<0,0,0>, 1 scale <200,150,150> clipped_by {plane {x,0}}
pigment{Red}}
sphere {<0,0,0>, 1 scale <300,150,150> clipped_by {plane {x,0 inverse}}
pigment{Yellow}}
}
object{egg scale 0.01 }
All The Best
Mick
Post a reply to this message
|
|