#include "colors.inc" #include "textures.inc" #include "metals.inc" #include "woods.inc" #include "stones.inc" #include "skies.inc" #default { pigment { color White } } background { color White } #declare camera_location = <0,10,-10>; #declare camera_look_at = <0,0,0>; camera { location camera_location look_at camera_look_at } light_source { camera_location color White } light_source { <100,120,50> color White } plane { y,0 pigment { checker Bronze, Wheat } } /************************************************************************/ // This piece of code is taken directly from the manual and it doesn't work. #declare MyArray = array[27] #declare YourArray = MyArray