// ngts.pov
// dimensions in inches
#version 3.7 ;
global_settings { assumed_gamma 1.8 }
#include "colors.inc"
#include "glass.inc"
#include "skies.inc"
#include "ngh1.inc"
#include "house1.inc"

#declare rad = atan( 1.0 )/45.0;

object { lawn        }
object { concrete    }
object { eshed       }
object { ntree       }
object { shed        }
object { alldoors    }
object { hedgefence  }
object { neighbors   }
object { allsteps    }
object { shed        }
object { roof        }
object { waterdoor   }
object { frontvent   }
object { covering    }
object { shedfloor   }
object { innersteps  }
object { shedwindows }  
object { pipetree    }
object { hoops       }
object { shelves     }
object { shedvents   } 
object { gardeners   }

sky_sphere { pigment { MediumBlue } }
camera { 
  right x*1024/256
  angle 27
  location <  800, 500, -3000 >
  look_at  <  100,  40,     0 >
}
light_source { <20000, 25000, -40000> color rgb 1.0 }

