/* RAYSHADE source file for simple Pacman Layout by Mark Maimone, Carnegie Mellon Computer Science mwm@cmu.edu June 1992 */ eyep 1 -8 2 /* Move just off center so we can see inside his mouth */ surface mirror ambient .01 .01 .01 diffuse .05 .05 .05 specular .8 .8 .8 specpow 20 reflect .95 /* Main body */ difference sphere diffuse 1 1 0 2 0 0 0 box 0 0 0 4 -4 4 rotate 0 1 0 45 translate 0 2 0 end /* Give him a bright red tongue */ intersect cone diffuse 1 0 0 2 0 0 -1.4 1 2.9 0 -1.4 rotate 0 1 0 45 box 0 0 0 4 -4 4 rotate 0 1 0 45 translate 0 2 0 end /* Lay the background */ plane diffuse .4 .1 .5 0 0 -5 0 0 1 texture marble plane diffuse .8 .2 1 0 35 0 0 -1 0 /* Give him an eye */ sphere specular .8 .8 .8 specpow 20 reflect .95 diffuse .01 .01 .01 .2 0 -1.4 1.4 /* Lay out the food */ applysurf mirror sphere .25 2.4 0 0 sphere .25 2.4 5 0 sphere .25 2.4 10 0 sphere .25 2.4 15 0 sphere .25 2.4 20 0 sphere .25 2.4 25 0 sphere .25 2.4 30 0