Warning, /games/skladnik/src/images/halfstone_4.pov is written in an unsupported language. File is not indexed.
0001 // Pov-ray image source for Skladnik 0002 // SPDX-FileCopyrightText: 1998-1999 Anders Widell <awl@hem.passagen.se> 0003 0004 #include "stone_common.inc" 0005 0006 camera { 0007 orthographic 0008 location <0, 0, -50> 0009 look_at <0, 0, 0> 0010 right <1/2, 0, 0> 0011 up <0, 1/2, 0> 0012 } 0013 0014 object { 0015 HalfStone 0016 texture { StoneTexture translate <0,4,0> } 0017 }