// JULIA / HOT '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> angle 40 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 = 100000000; julia_fractal { <-0.403,0.6,-0.75,-0.15> quaternion cube max_iteration 10 precision PREC texture { T_Stone28 finish {diffuse 2 brilliance 3 phong 4}} no_shadow rotate <-60,50,0> scale 8 translate <1, 0, 0> }