home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / EXTRA / PROCESS / WINPROC.ZIP / SCENES / SPACE.PRC < prev   
Encoding:
Text File  |  1995-09-20  |  686 b   |  51 lines

  1. ; Kugel-demo fuer THE PROCESS 0.9a
  2. ; extra fuer BlanC ;)
  3. ; und natuerlich die L00sers Inn :)
  4.  
  5.  
  6. Global
  7.  Name Kugel
  8.  Resolution 320 240
  9.  Antialias On
  10.  Background stars.tga <0.7 0.1 0.9>
  11.  Softshadows On
  12. end_Global
  13.  
  14.  
  15. Camera
  16.  From <-2 -2.3 0>
  17.  Focus 35
  18.  to <0.5 0 0>
  19. end_Camera
  20.  
  21.  
  22. sphere
  23.  Material Dull
  24.  radius 0.7
  25. end_Sphere
  26.  
  27. sphere 
  28.  center <1.3 -0.7 0.3>
  29.  Radius 0.1
  30.  Material Wood
  31. end_sphere
  32.  
  33. material dull
  34.  Color <1.5 0.4 0.3>
  35.  texture_Procedure marble marbleScale
  36. end_Material
  37.  
  38.  
  39. ;Lightsource
  40. ; From <-10 10 10>
  41. ; Multiplier 0.7
  42. ;end_Lightsource
  43.  
  44.  
  45. Lightsource
  46.  From <20 -2 5>
  47.  Color <0.9 0.9 0.6>
  48.  Multiplier 2
  49.  Size 0.4
  50. end_Lightsource
  51.