|
|
#include "colors.inc"
camera { location <.75,1.5,2.6>
direction -2*z
up y
right 4/3*x
look_at <0.75,0,0>
//orthographic
}
global_settings { max_trace_level 30 ambient_light 1 }
default{ finish { ambient 0.6 diffuse 0.4 } }
blob {
threshold 0.6
component 1.0, 1.0, <0.75, 0, 0>
component 1.0, 1.0, <-0.375, 0.64952, 0>
component 1.0, 1.0, <-0.375, -0.64952, 0>
component 1.0, 1.0, <0.375+1.5, 0.64952, 0>
component 1.0, 1.0, <0.375+1.5, -0.64952, 0>
sturm
pigment { Red }}
//pigment { tintin pigment { Red }, pigment { White } } }
background { Yellow }
light_source { <0,60,30>,1 }
Post a reply to this message
|
|