/* RPI-default.pov A basic example using the default pigment. */ #version 3.7; // ------------------ #include "RPI.inc" plane{z,0 pigment{ RPI( RPI_DefaultPigment ) } finish{ ambient 1 } } // ------------------ global_settings{ assumed_gamma 1.0 } camera{ orthographic location -z*10 look_at 0 }