materials.pbrt 946 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Materials File
  2. # spoon: silver
  3. MakeNamedMaterial "Material"
  4. "string type" "metal"
  5. "spectrum eta" "spds/Au.eta.spd"
  6. "spectrum k" "spds/Au.k.spd"
  7. "float roughness" [0.05]
  8. # ???
  9. MakeNamedMaterial "luz"
  10. "color Kd" [1 0 0]
  11. "float sigma" [0.000000000000000]
  12. "string type" ["matte"]
  13. MakeNamedMaterial "cafe"
  14. #"string type" "kdsubsurface" "color Kd" [.1 .05 .02] # 15 .075 .03]
  15. # "float eta" [1.33] "color mfp" [1 .5 .2] #[.181 .134 .139]
  16. # # [.181 .134 .139]
  17. # "color Kr" [.3 .3 .3]
  18. # "string name" "Espresso" "float scale" 100
  19. "string type" "glass"
  20. MakeNamedMedium "liquid" "string type" "homogeneous"
  21. "color sigma_a" [ .06 .07 .0785 ] "color sigma_s" [ .02 .01 .0015 ] "float scale" .1
  22. # ground plane
  23. MakeNamedMaterial "Material.001"
  24. "color Kd" [.2 .2 .2]
  25. "float sigma" [10]
  26. "string type" ["matte"]
  27. # cup
  28. MakeNamedMaterial "porcelana"
  29. "string type" "fourier" "string bsdffile" "bsdfs/ceramic.bsdf"