home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / EXTRA / PROCESS / PROCESS.ZIP / SYSTEM / PROCESS.DEF < prev    next >
Encoding:
Text File  |  1995-09-19  |  1.5 KB  |  91 lines

  1. ;  Standard include file for all process-scenes
  2. ;  Function prototypes and materials should not be changed 
  3. ;  in order to prevent from affecting other scenes.
  4.  
  5. ;  (C)Copyright 1995 by Andy Tell
  6.  
  7. material Glass
  8.  Color <1 1 1>
  9.  Refraction 1.4
  10.  Absorption 0.15
  11.  Cook 0.05 0.95
  12.  Reflect On
  13.  Refract On
  14.  Metal On
  15.  Interference On 1200 0.056
  16. end_Material
  17.  
  18.  
  19. material  Metal
  20.  Color <1 1 1>
  21.  Refraction 2.81
  22.  Absorption 4.2
  23.  Cook 0.15 0.85
  24.  Reflect On
  25.  Metal On
  26.  Interference Off 100000 0.025
  27. end_Material
  28.  
  29. Material Plastic
  30.  Color <0.9 0.3 0.3>
  31.  Cook 0.26 1
  32.  Cook_Falloff 0.98 1
  33.  Refraction 2.8
  34.  Absorption 0.5
  35. end_Material
  36.  
  37. Material Dull
  38.  Color <1 1 1>
  39.  Cook 0.25 1
  40.  Reflect Off
  41.  Refract Off
  42. end_Material
  43.  
  44.  
  45. Matrix WoodScale
  46.  Scale <2 4 2.5>
  47.  Rotate_Y 77
  48.  Rotate_X 56
  49.  Rotate_Z -39
  50.  Scale <5 5 5>
  51. end_Matrix
  52.  
  53. Material Wood
  54.  Color <0.8 0.7 0.7>
  55.  Reflect On
  56.  Refraction 1.45
  57.  Absorption 0.1
  58.  Cook 0.5 0.7
  59.  Cook2 0.1 0.2
  60.  Texture_Procedure Wood2 WoodScale
  61. end_Material
  62.  
  63. Matrix StoneScale
  64.  Scale <10 10 10>
  65. end_Matrix
  66.  
  67. Matrix MarbleScale
  68.  scale <10 0.7 0.2>
  69. end_Matrix
  70.  
  71. Material Stone
  72.  Color <0.3 0.2 0.4>
  73.  Reflect On
  74.  Refraction 1.75
  75.  Absorption 0.8
  76.  Cook  0.3 0.3
  77.  Cook2 0.1 0.7
  78.  Texture_Procedure Marble StoneScale
  79.  Bump_Procedure    Bumps  StoneScale
  80. end_Material
  81.  
  82. Material Marble
  83.  Color <0.9 0.68 0.47>
  84.  Reflect On
  85.  Refraction 1.45
  86.  Absorption 0.1
  87.  Cook 0.5 0.7
  88.  Cook2 0.1 0.2
  89.  Texture_Procedure Marble MarbleScale
  90. end_Material
  91.