home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / person / figures.pi < prev    next >
Text File  |  1994-12-31  |  701b  |  30 lines

  1. // Viewpoint file for person.inc
  2.  
  3. viewpoint {
  4.     from <2, 8, 21>
  5.     at <0,5,0>
  6.     angle 45
  7.     up <0,1,0>
  8.     resolution 320,200
  9.     aspect 1.3333
  10.     }
  11.  
  12. include "..\colors.inc"
  13.  
  14. spot_light 0.3*White, <-10,5,15>, <0,-1.75,0>, 3, 50, 60
  15. spot_light 0.3*White, <10,5,15>, <0,-1.75,0>, 3, 50, 60
  16. spot_light 0.3*White, <-10,-5,15>, <0,-1.75,0>, 3, 50, 60
  17. spot_light 0.3*White, <10,-5,15>, <0,-1.75,0>, 3, 50, 60
  18. spot_light 0.3*White, <0,10,10>, <0,-1.75,0>, 3, 50, 60
  19.  
  20. define personcolor shiny_red
  21. include "man.inc"
  22. include "woman.inc"
  23.  
  24. man { translate <-5, 8.5, 0> }
  25. woman { translate <5, 8.5, 0> }
  26. object {
  27.    disc <0, 0, 0>, <0, 1, 0>, 10
  28.    texture { checker matte_white, matte_black }
  29.    }
  30.