home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / aktualnosci / shareware / Rhinoceros / rh11eval_20000320.exe / %MAINDIR% / RIB / brushedmetal next >
Encoding:
Text File  |  2000-06-08  |  374 b   |  14 lines

  1. Declare    "Ka" "uniform float"
  2. Declare    "Kd" "uniform float"
  3. Declare    "Ks" "uniform float"
  4. Declare    "uroughness" "uniform float"
  5. Declare    "vroughness" "uniform float"
  6. Attribute "displacementbound" "coordinatesystem" "world" "sphere" 2
  7. Attribute "render" "truedisplacement" 1
  8. Surface "rh_brushedmetal"
  9.     "Ka" 1
  10.     "Kd" 0.2
  11.     "Ks" 0.8
  12.     "uroughness" 0.35
  13.     "vroughness" 0.20
  14.