#include "colors.inc" #include "textures.inc" background{color Gray30} /* tangle */ poly { 4< 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, -5.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, -5.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, -5.000000, 0.000000, 11.800000 > scale 1.4 texture { pigment {hexagon color Gray60 color NeonPink color MediumBlue } finish { phong 0.30 phong_size 60 ambient 0.4 diffuse 0.4 reflection 0.2 } scale 0.5 } //clipped_by{sphere{<0,0,0>50}} rotate<-40,0,0> } /* // Put down plane { y, -5.0 texture { pigment { color Gray40 } finish { ambient 0.0 diffuse 0.4 } } } */ camera { location <6.2, 1.3, -8.5> up <0.0, 1.0, 0.0> right <4/3, 0.0, 0.0> look_at <0.1, 0.1, 0.1> } light_source { <200,500,-100> White spotlight radius 4 falloff 6 point_at <0,0,0> } light_source { <1000, 300, -1301> color White } light_source { <-101, -41, -131> color White }