home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 413b.lha / dkbtrace_v2.1 / data / phongtst.dat < prev    next >
Text File  |  1990-08-27  |  1KB  |  61 lines

  1. INCLUDE "BasicShapes.data"
  2.  
  3. VIEW_POINT
  4.    LOCATION <0.0  20.0  -100.0>
  5.    DIRECTION <0.0 0.0  1.0>
  6.    UP  <0.0  1.0  0.0>
  7.    RIGHT <1.33333 0.0 0.0>
  8. END_VIEW_POINT
  9.  
  10. { Put down the beloved famous raytrace green/yellow checkered floor }
  11. OBJECT
  12.    PLANE <0.0 1.0 0.0> -10.0 END_PLANE
  13.  
  14.    COLOUR Yellow
  15.    AMBIENT 0.1
  16.    DIFFUSE 0.9
  17.    TEXTURE
  18.       0.05
  19.       CHECKER COLOUR Yellow COLOUR Green
  20.       SCALE < 20.0 20.0 20.0 >
  21.    END_TEXTURE
  22. END_OBJECT
  23.  
  24. { Now a blue plastic sphere floating in space over the ground }
  25.  
  26. OBJECT
  27.    SPHERE <0.0 25.0 0.0> 40.0 END_SPHERE
  28.  
  29.    COLOR Blue
  30.    AMBIENT 0.2
  31.    DIFFUSE 0.6
  32.    BRILLIANCE 1.0
  33.    PHONG 1.0
  34.    PHONGSIZE 20
  35. END_OBJECT
  36.  
  37. { A Light near the horizon, to the right and behind the camera to test spots }
  38.  
  39. OBJECT
  40.    SPHERE <0.0 0.0 0.0> 2.0 END_SPHERE
  41.  
  42.    TRANSLATE <100.0  -9.99  -130.0>
  43.    COLOUR RED 1.0 GREEN 1.0 BLUE 1.0
  44.    AMBIENT 1.0
  45.    DIFFUSE 0.0
  46.    LIGHT_SOURCE
  47. END_OBJECT
  48.  
  49. { Finally, a Light above and behind the right of the sphere to test edges... }
  50.  
  51. OBJECT
  52.    SPHERE <0.0 0.0 0.0> 2.0 END_SPHERE
  53.  
  54.    TRANSLATE <100.0  120.0  40.0>
  55.    COLOUR RED 1.0 GREEN 1.0 BLUE 1.0
  56.    AMBIENT 1.0
  57.    DIFFUSE 0.0
  58.    LIGHT_SOURCE
  59. END_OBJECT
  60.  
  61.