home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 2 / amigaformatcd02.iso / 3d / textures / iff / pt_stone1 / readme < prev    next >
Text File  |  1996-05-20  |  1KB  |  55 lines

  1.  
  2.  ptindex.lha          195008    / index files
  3.  ptmisc.lha           557835    / miscellaneous textures
  4.  ptorgani.lha         217272    / organic textures
  5.  ptston1a.lha         455795    / stone textures
  6.  ptston1b.lha         421069    / stone textures
  7.  ptston2a.lha         367775    / stone textures
  8.  ptston2b.lha         337915    / stone textures
  9.  ptwood.lha           222256    / wood textures
  10.  
  11. These archives contain texture-maps in 320x200 JPEG format for use with
  12. any rendering program. 
  13.  
  14. These textures were created using POV-Ray 1.0 on Amiga. I used a simple
  15. scene file to do this:
  16.  
  17.  
  18. #include "colors.inc"
  19. #include "textures.inc"
  20.  
  21. camera {
  22.    location <0.0  0.0  -20.0>
  23.    direction <0.0 0.0  1.0>
  24.    up  <0.0  1.0  0.0>
  25.    right <1.33333 0.0 0.0>
  26.    look_at <0 0 0>
  27. }
  28.  
  29. #declare mytexture = texture {
  30.    marble
  31.    turbulence 0.1
  32.    color_map {
  33.       [0.0 0.5   color red 0.6 green 0.5 blue 0.4
  34.                  color red 0.5 green 0.2 blue 0.2]
  35.       [0.5 1.001 color red 0.5 green 0.2 blue 0.2
  36.                  color red 0.5 green 0.5 blue 0.4]
  37.    }
  38. }
  39.  
  40. object {
  41.    plane { <0.0 0.0 -1.0> 0.0 }
  42.    texture {
  43.     mytexture
  44.     ambient 1.0
  45.     diffuse 0.8
  46.     scale <6 6 6>
  47.    }
  48. }
  49.  
  50.  
  51. You may use the textures as you wish.
  52.  
  53.  
  54. Petri Nordlund - petrin@mits.mdata.fi
  55.