home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 730.SAMPLES.ZIP / V3DS.VS < prev   
Text File  |  1992-11-11  |  670b  |  35 lines

  1. /* Sample 3ds texture library for use with Vivid */
  2.  
  3. #define RED_PLASTIC \ 
  4.     surface {           \ 
  5.         diffuse brown   \ 
  6.         shine 70 white  \ 
  7.     }
  8.  
  9. #define BLUE_PLASTIC \
  10.     surface {           \ 
  11.         diffuse blue    \ 
  12.         shine 70 white  \ 
  13.     }
  14.  
  15. #define GREEN_PLASTIC \ 
  16.     surface {           \ 
  17.         diffuse green   \ 
  18.         shine 70 white  \ 
  19.     }
  20.  
  21. #define GLASS \
  22.     surface {               \
  23.     trans white         \
  24.     ior 1.3             \
  25.     shine 100 .7 .7 .7  \
  26.     }
  27.  
  28. #define GOLD \
  29.     surface {           \
  30.         diff .5 .3 .1   \
  31.         spec .5 .5 .5   \
  32.         shine 400       \
  33.     }
  34.  
  35.