home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / backmap / maptst.v < prev    next >
Encoding:
Text File  |  1993-08-30  |  417 b   |  20 lines

  1. // Maptst.v - Vivid scene file to display background colour maps
  2.  
  3.  
  4. //Paul Smith ... RAYTECH BBS ... Raytracing in the UK !
  5.  
  6. //Call RAYTECH BBS on +44 86288 340 for great files and Raytracing
  7. //conferences !
  8.  
  9. studio {
  10.     from 0 0 0    
  11.     at 0 1 0  
  12.     up 0 0 1 
  13.     angle 180
  14.     res 200 200    
  15.     antialias adaptive
  16.     background {xyzzy.map} // put your map name in here       
  17.     projection spherical
  18.     aspect 1
  19. }
  20.