home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / ply15dat.zip / MAP0.PI < prev    next >
Text File  |  1992-09-19  |  400b  |  18 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Test basic image mapping by projecting an input file onto
  5. // the background
  6.  
  7. // Set up the camera
  8. viewpoint {
  9.    from <0,0,-8>
  10.    at <0,0,0>
  11.    up <0,1,0>
  12.    angle 45
  13.    resolution 160, 160
  14.    }
  15.  
  16. // Define the background color as coming from an image file
  17. background planar_imagemap(image("m22u.tga"), P, 1)
  18.