home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / simplerd.lha / simplerad / FinalFTP / Data / cube.opt < prev    next >
Encoding:
Text File  |  1992-07-20  |  1.3 KB  |  74 lines

  1. /* Number polygons 6
  2. opt !init
  3. opt trace
  4. opt shadow
  5.  
  6. dev file cube.rle rle
  7. opt res 256
  8.  
  9. ad li white dir 2 1 2
  10. eye 3 3 3
  11. win 10 8
  12.  
  13. /* floor
  14. add obj floor plane
  15. mov obj floor 0 0 -8
  16. ad surf cyan 0 1 1 1  .7 .6 0
  17. surf floor cyan
  18. ad text check check
  19. text floor check
  20.  
  21. add object P0 polygon
  22.     vertex     0 5 0 0 -1 0
  23.     vertex     5 5 0 0 -1 0
  24.     vertex     5 5 5 0 -1 0
  25.     vertex     0 5 5 0 -1 0
  26. end
  27. add surface PS0 1 1 1 1 0.5 0.5 0.5
  28. surface P0 PS0
  29. add object P1 polygon
  30.     vertex     5 5 0 -1 0 0
  31.     vertex     5 0 0 -1 0 0
  32.     vertex     5 0 5 -1 0 0
  33.     vertex     5 5 5 -1 0 0
  34. end
  35. add surface PS1 0.417595 0 0 1 0.5 0.5 0.5
  36. surface P1 PS1
  37. add object P2 polygon
  38.     vertex     0 0 0 1 0 0
  39.     vertex     0 5 0 1 0 0
  40.     vertex     0 5 5 1 0 0
  41.     vertex     0 0 5 1 0 0
  42. end
  43. add surface PS2 0 0.404133 0 1 0.5 0.5 0.5
  44. surface P2 PS2
  45. add object P3 polygon
  46.     vertex     0 5 5 0 0 -1
  47.     vertex     5 5 5 0 0 -1
  48.     vertex     5 0 5 0 0 -1
  49.     vertex     0 0 5 0 0 -1
  50. end
  51. add surface PS3 0 0 0.400172 1 0.5 0.5 0.5
  52. surface P3 PS3
  53. add object P4 polygon
  54.     vertex     0 5 0 0 0 1
  55.     vertex     5 5 0 0 0 1
  56.     vertex     5 0 0 0 0 1
  57.     vertex     0 0 0 0 0 1
  58. end
  59. add surface PS4 0.417365 0 0.400073 1 0.5 0.5 0.5
  60. surface P4 PS4
  61. add object P5 polygon
  62.     vertex     5 0 0 0 1 0
  63.     vertex     0 0 0 0 1 0
  64.     vertex     0 0 5 0 1 0
  65.     vertex     5 0 5 0 1 0
  66. end
  67. add surface PS5 0.712329 0.703346 0 1 0.5 0.5 0.5
  68. surface P5 PS5
  69.  
  70. /* footer
  71. display 
  72. q
  73. y
  74.