home *** CD-ROM | disk | FTP | other *** search
/ Computerspiele Selbermachen / computerspieleselbermachen.iso / pv3d / default2.inc < prev    next >
Text File  |  1993-09-22  |  129b  |  14 lines

  1. #default {
  2.     pigment
  3.         {
  4.         colour rgbf <1.0 1.0 1.0 0.0>
  5.         }
  6.     finish
  7.         {
  8.         ambient .4
  9.         diffuse .6
  10.         phong 1
  11.         }
  12.     }
  13.  
  14.