You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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, 0, 0>
|
|
up <0, 1/2, 0>
|
|
}
|
|
|
|
object {
|
|
Stone
|
|
texture { StoneTexture translate <1,0,0> }
|
|
}
|