// shuttle.pov // // Written by: Henry Wagner (henryw@panix.com) #version 3.0 #include "colors.inc" #include "shapes.inc" #include "stones.inc" #include "textures.inc" #include "metals.inc" #include "rotate.inc" #include "lights.inc" #include "shuttlea.inc" light_source { < 800, 300, -600 > color White } light_source { < -800, -300, 600 > color White } camera { location< 100, 40, -40 > look_at < 0, -5, 0 > } object{ freighter }