Warning, /games/skladnik/src/images/man_common.inc 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 "colors.inc"
0005
0006 blob {
0007 threshold .5
0008
0009 sphere { <0, .4, 0>, .2, 1 pigment {Flesh} } // head
0010
0011
0012 sphere { <-.04, .42, -.1>, .025, -1 pigment {Flesh} } // left eye hole
0013 sphere { < .04, .42, -.1>, .025, -1 pigment {Flesh} } // right eye hole
0014
0015 //sphere { <-.04, .42, -.09>, .025, 1 pigment {Flesh} } // left eye
0016 //sphere { < .04, .42, -.09>, .025, 1 pigment {Flesh} } // right eye
0017
0018
0019
0020 cylinder { <0, .415, -.1>, <0, .4, -.11>, .02, 1 pigment {Flesh} } // nose
0021
0022
0023 cylinder { <0, .4, 0>, <0, .2, 0>, .075, 1 pigment {Flesh} } // neck
0024 sphere { <0, .4, 0>, .05, -1 pigment {Flesh} } // head-
0025 sphere { <0, .2, 0>, .05, -1 pigment {Flesh} } // shoulder-
0026
0027 cylinder { <-.2,.2,0>, <.2,.2,0>, .115, .9 pigment {White} } // shoulder
0028 cylinder { <-.1,.1,0>, <.1,.1,0>, .115, .9 pigment {White} } // stomach
0029 cylinder { <-.1, 0,0>, <.1, 0,0>, .115, .9 pigment {White} } // stomach
0030 cylinder { <-.1,-.05,0>, <.1,-.05,0>, .115, 1 pigment {White} } // stomach
0031 cylinder { <-.1,-.05,0>, <.1,-.05,0>, .115, -1 pigment {White} } // stomach
0032 cylinder { <-.1,-.1,0>, <.1,-.1,0>, .115, .9 pigment {Blue} } // waist
0033
0034
0035 // Left arm
0036
0037 cylinder { <-.2,.2,0>, <-.3, 0,0>, .1, 1 pigment {White } }
0038 sphere { <-.2,.2,0>, .1, -1 pigment {White } } // shoulder-
0039 cylinder { <-.3,0,0>, <-.2,-.1,-.1>, .075, 1 pigment {Flesh } }
0040 sphere { <-.3,0,0>, .075, -1 pigment {Flesh } } // arm-
0041
0042
0043 // Right arm
0044
0045 cylinder { < .2,.2,0>, < .3, 0,0>, .1, 1 pigment {White}}
0046 sphere { < .2,.2,0>, .1, -1 pigment {White}} // shoulder-
0047 cylinder { < .3,0,0>, < .2,-.1,-.1>, .075, 1 pigment {Flesh}}
0048 sphere { < .3,0,0>, .075, -1 pigment {Flesh}} // arm-
0049
0050 // left leg
0051 cylinder { <-.1,-.2,0>, <-.125,-.5,-.025>, .15, 1 pigment {Blue } }
0052
0053 // right leg
0054 cylinder { < .1,-.2,0>, < .125,-.5,-.025>, .15, 1 pigment {Blue } }
0055
0056
0057 scale 0.95
0058 translate 0.01*y
0059 }