// Pov-ray image source for ksokoban // copyright (c) 1998-1999 Anders Widell #include "stone_common.inc" camera { orthographic location <0, 0, -50> look_at <0, 0, 0> right <1/2, 0, 0> up <0, 1/2, 0> } object { HalfStone texture { StoneTexture translate <0,4,0> } }