/* -------------------------- Entry: 0021 WWW: Title: Author: Stefan Skellen ---------------------------*/ global_settings { assumed_gamma 2.2 } camera { location <0, 2.2, 6.0> right x up y direction z look_at <0.6, -0.5, 0> angle 70 } background { rgb <0.0, 0.0, 0.0> } fog { distance 5 color rgbf<0.0, 0.0, 0.0, 0.0> turbulence 0.2 turb_depth 0.0 } light_source { <3.3, 4.5, 3.0> rgb <0.85, 0.85, 0.6> area_light <1.0, 0.0, 0.0>, <0.0, 1.0, 0.0>, 3, 3 } light_source { <4.0, 4.0, 0.0> rgb <0.7, 0.7, 0.6> area_light <0.0, 0.0, -1.0>, <0.0, 1.0, 0.0>, 3, 3 } julia_fractal { <0.0, 1.15, -0.2, 0.0> slice <0.2873, 0.0, 0.0, 0.9578>, 0.2 max_iteration 10 precision 2000 sqr quaternion texture { pigment { leopard color_map { [ 0.0 rgbft <1.0, 1.0, 0.5, 0.4, 0.0> ] [ 0.04 rgbft <1.0, 0.7, 0.5, 1.0, 0.0> ] [ 0.4 rgbft <0.0, 1.0, 0.0, 0.0, 0.0> ] [ 1.0 rgbft <1.0, 1.0, 0.5, 0.0, 0.0> ] } } normal { ripples, 1.0 } finish { ambient 0.1 diffuse 0.7 specular 1.2 roughness 0.009 reflection 0.35 } } interior { ior 1.1 } scale 3.2 rotate <135, 20, 150> translate <0.5, -0.3, 0> } union { plane { x, -20.0 } plane { x, 20.0 } plane { y, -24.0 } plane { y, 20.0 } pigment { rgb <0.75, 0.75, 0.75> } finish { specular 0.1 } no_image } plane { z, -10.0 texture { pigment { rgb <0.0, 0.0, 0.0> } } no_image }