home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / MolViewer / Source / header.dat < prev    next >
Encoding:
Text File  |  1995-06-12  |  348 b   |  28 lines

  1. #include "colors.inc"
  2. #include "shapes.inc"
  3. #include "textures.inc"
  4.  
  5. object {
  6.     light_source { <300 600 0> color White }
  7.     translate <300 600 0>
  8. }
  9.  
  10. object {
  11.     plane { <0.0 1.0 0.0> -25.0 }
  12.     texture {
  13.         checker
  14.             color Maroon
  15.             color White
  16.             scale <9 1 9>
  17.             reflection 0.3
  18.     }
  19. }
  20.  
  21. object {
  22.     sphere { <0 0 0> 1000 }
  23.     texture {
  24.         color CadetBlue
  25.     }
  26. }
  27.  
  28.