home *** CD-ROM | disk | FTP | other *** search
- ; Standard include file for all process-scenes
- ; Function prototypes and materials should not be changed
- ; in order to prevent from affecting other scenes.
-
- ; (C)Copyright 1995 by Andy Tell
-
- material Glass
- Color <1 1 1>
- Refraction 1.4
- Absorption 0.15
- Cook 0.05 0.95
- Reflect On
- Refract On
- Metal On
- Interference On 1200 0.056
- end_Material
-
-
- material Metal
- Color <1 1 1>
- Refraction 2.81
- Absorption 4.2
- Cook 0.15 0.85
- Reflect On
- Metal On
- Interference Off 100000 0.025
- end_Material
-
- Material Plastic
- Color <0.9 0.3 0.3>
- Cook 0.26 1
- Cook_Falloff 0.98 1
- Refraction 2.8
- Absorption 0.5
- end_Material
-
- Material Dull
- Color <1 1 1>
- Cook 0.25 1
- Reflect Off
- Refract Off
- end_Material
-
-
- Matrix WoodScale
- Scale <2 4 2.5>
- Rotate_Y 77
- Rotate_X 56
- Rotate_Z -39
- Scale <5 5 5>
- end_Matrix
-
- Material Wood
- Color <0.8 0.7 0.7>
- Reflect On
- Refraction 1.45
- Absorption 0.1
- Cook 0.5 0.7
- Cook2 0.1 0.2
- Texture_Procedure Wood2 WoodScale
- end_Material
-
- Matrix StoneScale
- Scale <10 10 10>
- end_Matrix
-
- Matrix MarbleScale
- scale <10 0.7 0.2>
- end_Matrix
-
- Material Stone
- Color <0.3 0.2 0.4>
- Reflect On
- Refraction 1.75
- Absorption 0.8
- Cook 0.3 0.3
- Cook2 0.1 0.7
- Texture_Procedure Marble StoneScale
- Bump_Procedure Bumps StoneScale
- end_Material
-
- Material Marble
- Color <0.9 0.68 0.47>
- Reflect On
- Refraction 1.45
- Absorption 0.1
- Cook 0.5 0.7
- Cook2 0.1 0.2
- Texture_Procedure Marble MarbleScale
- end_Material
-