// JULIA / DARK '99.01 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #version 3.1 global_settings { assumed_gamma 2.2 } #include "colors.inc" #include "stones2.inc" camera { location <0.0, -20.0, -12.0> look_at <0.0, 0.0, 0.00> } light_source { <-20.00, 30.00, -100.00> color Coral } light_source { <0.00, -20, 0.00> color Red } light_source { <200.00, 300.00, -500.00> color Wheat } #declare PREC = 1000000; julia_fractal { <-0.003,0.5,-1.0,-0.15> quaternion sqr max_iteration 12 precision PREC texture { T_Stone25 finish {phong 2}} rotate <-60,50,0> scale 10 translate <1, 0, 0> } #declare Orig_Fog = 1 #declare Ground_Mist= 2 fog{ fog_type Ground_Mist fog_alt 0.1 fog_offset 1 distance 60 color rgb <0.2, 0.3, 0.8> turbulence <5, 5, 5> omega 0.25 lambda 0.25 octaves 6 }