home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / EXTRA / PROCESS / WINPROC.ZIP / SCENES / METAL6.PRC < prev    next >
Encoding:
Text File  |  1995-09-18  |  1.2 KB  |  85 lines

  1. ;  Metal.PRC 
  2. ;  Classical Metal-Sphere-on-checker-plane-Scene but this time colored
  3. ;  Shows the usage of specular refraction and absorption in order to
  4. ;  render realistic materials
  5. ;  (C)Copyright 1995 by Andy Tell
  6.  
  7. Global
  8.   Name Metal6
  9.   Outfile truemet.tga
  10.   Fog 0 < 0 0 0>
  11.   Resolution 480 360
  12.   Antialias On
  13.   Preview On
  14.   Surround Medit
  15.   Recursion 8
  16.   SoftShadows On 4 4
  17.   Ambient <0.05 0.05 0.05>
  18.   Shutter 1.0
  19.   WorldRefract 1.0012
  20. end_Global
  21.  
  22. Camera
  23.   From <-2.5 -7 0.5>
  24.   To <-0.5 0 0.8>
  25.   Dolly 0.9
  26.   Focus 68.8
  27. end_Camera
  28.  
  29.  
  30. Matrix Check_Mat
  31.  Translate <0.5 0.5 0>
  32.  Scale <0.5 0.5 0.5>
  33. end_Matrix
  34.  
  35.  
  36. Matrix Map
  37.  Scale <2 1 1>
  38.  Rotate_X 90
  39.  Translate <0 0 0.75>
  40. end_Matrix
  41.  
  42. Material Metal
  43.  BumpMap
  44.   Planar gravel.tga 
  45.   Depth -0.5
  46.   Decal On
  47.   Matrix Map
  48.  end_BumpMap
  49. end_Material
  50.  
  51. Plane
  52.  Material  wood
  53. end_plane
  54.  
  55.  
  56. Sphere
  57.  Center <0 0 0.75>
  58.  radius 0.75
  59.  Material Metal
  60. end_Sphere
  61.  
  62. Sphere
  63.  Center <-1.5 0 0.75>
  64.  Radius 0.75
  65.  Material Metal
  66. end_Sphere
  67.  
  68. Sphere 
  69.  Center <0.6 -0.8 0.2>
  70.  Radius 0.2
  71.  Material Plastic
  72. end_Sphere
  73.  
  74.  
  75. Lightsource
  76.  From <-5 -5 5>
  77.  FallOff 20
  78. end_lightSource
  79.  
  80. Lightsource
  81.  From <3 8 6>
  82.  FallOff 20
  83.  Size 0.5
  84. end_lightSource
  85.