summaryrefslogtreecommitdiffstats
path: root/ksokoban/images/halfstone_1.pov
blob: e015b6668ec885edf7efded4455ce44b062626ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Pov-ray image source for ksokoban
// copyright (c) 1998-1999  Anders Widell  <awl@hem.passagen.se>

#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,1,1> }
}