materials.pbrt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. MakeNamedMaterial "Material"
  2. "float roughness" [ 0.0104080001 ]
  3. "float index" [ 1 ]
  4. "string type" [ "uber" ]
  5. "rgb Kd" [ 0.639999986 0.639999986 0.639999986 ]
  6. "rgb Ks" [ 0.5 0.5 0.5 ]
  7. "rgb Kt" [ 0 0 0 ]
  8. "rgb opacity" [ 1 1 1 ]
  9. MakeNamedMaterial "None"
  10. "float roughness" [ 0 ]
  11. "float index" [ 1 ]
  12. "string type" [ "uber" ]
  13. "rgb Kd" [ 0.800000012 0.800000012 0.800000012 ]
  14. "rgb Ks" [ 0.800000012 0.800000012 0.800000012 ]
  15. "rgb Kt" [ 0 0 0 ]
  16. "rgb opacity" [ 1 1 1 ]
  17. MakeNamedMaterial "black_glossy"
  18. "float roughness" [ 0.0104080001 ]
  19. "string type" [ "plastic" ]
  20. "rgb Kd" [ 0.02 .02 .02 ]
  21. "rgb Ks" [ 0.02 .02 .02 ]
  22. MakeNamedMaterial "candle_flame"
  23. "float roughness" [ 0.0104080001 ]
  24. "float index" [ 1 ]
  25. "string type" [ "uber" ]
  26. "rgb Kd" [ 0.639999986 0.639999986 0.639999986 ]
  27. "rgb Ks" [ 0.5 0.5 0.5 ]
  28. "rgb Kt" [ 0 0 0 ]
  29. "rgb opacity" [ 1 1 1 ]
  30. Texture "concrete-kd-img" "color" "imagemap"
  31. "string filename" [ "textures/Mies-BCN_M121.png" ]
  32. Texture "concrete-kd" "color" "scale"
  33. "texture tex1" [ "concrete-kd-img" ]
  34. "rgb tex2" [ 0.639999986 0.639999986 0.639999986 ]
  35. MakeNamedMaterial "concrete"
  36. "float roughness" [ 0.0104080001 ]
  37. "float index" [ 1 ]
  38. "string type" [ "uber" ]
  39. "texture Kd" [ "concrete-kd" ]
  40. "rgb Ks" [ 0.5 0.5 0.5 ]
  41. "rgb Kt" [ 0 0 0 ]
  42. "rgb opacity" [ 1 1 1 ]
  43. Texture "concrete_Mies-BCN_M121.jpg-kd-img" "color" "imagemap"
  44. "string filename" [ "textures/Mies-BCN_M121.png" ]
  45. Texture "concrete_Mies-BCN_M121.jpg-kd" "color" "scale"
  46. "texture tex1" [ "concrete_Mies-BCN_M121.jpg-kd-img" ]
  47. "rgb tex2" [ 0.639999986 0.639999986 0.639999986 ]
  48. MakeNamedMaterial "concrete_Mies-BCN_M121.png"
  49. "float roughness" [ 0.0104080001 ]
  50. "float index" [ 1 ]
  51. "string type" [ "uber" ]
  52. "texture Kd" [ "concrete_Mies-BCN_M121.jpg-kd" ]
  53. "rgb Ks" [ 0.5 0.5 0.5 ]
  54. "rgb Kt" [ 0 0 0 ]
  55. "rgb opacity" [ 1 1 1 ]
  56. MakeNamedMaterial "glass_architectural"
  57. "string type" [ "glass" ]
  58. Texture "grass-kd-img" "color" "imagemap"
  59. "string filename" [ "textures/grass_mid_seamless.png" ]
  60. Texture "grass-kd" "color" "scale"
  61. "texture tex1" "grass-kd-img"
  62. "rgb tex2" [ .5 .5 .5]
  63. Texture "grass-kd" "color" "scale"
  64. "texture tex1" "grass-kd-img"
  65. "rgb tex2" [.3 .3 .3]
  66. MakeNamedMaterial "grass"
  67. "float roughness" [ 0.1 ]
  68. "float index" [ 1 ]
  69. "string type" [ "uber" ]
  70. "texture Kd" "grass-kd"
  71. "rgb Ks" [ 0.5 0.5 0.5 ]
  72. "rgb Kt" [ 0 0 0 ]
  73. "rgb opacity" [ 1 1 1 ]
  74. MakeNamedMaterial "caulk"
  75. "string type" "matte"
  76. "rgb Kd" [ .4 .4 .4 ]
  77. "float sigma" 20
  78. MakeNamedMaterial "leather_white"
  79. "string type" [ "fourier" ]
  80. "string bsdffile" "bsdfs/leather.bsdf"
  81. Texture "marble-kd-img" "color" "imagemap"
  82. "string filename" [ "textures/Mies-BCN_M01.png" ]
  83. MakeNamedMaterial "marble"
  84. "float uroughness" [ 0.001 ]
  85. "float vroughness" [ 0.001 ]
  86. "string type" [ "substrate" ]
  87. "texture Kd" "marble-kd-img"
  88. "rgb Ks" [ 0.2 .2 .2]
  89. Texture "marmol_verde-kd-img" "color" "imagemap"
  90. "string filename" [ "textures/Mies-BCN_M11.png" ]
  91. MakeNamedMaterial "marmol_verde"
  92. "float uroughness" [ 0.001 ]
  93. "float vroughness" [ 0.001 ]
  94. "string type" [ "substrate" ]
  95. "texture Kd" "marmol_verde-kd-img"
  96. "rgb Ks" [ 0.2 .2 .2]
  97. MakeNamedMaterial "metal"
  98. "string type" [ "metal" ]
  99. "spectrum k" "spds/Al.k.spd"
  100. "spectrum eta" "spds/Al.eta.spd"
  101. # Mies-BCN_M081bump.png
  102. Texture "pavet-bump" "float" "imagemap"
  103. "string filename" [ "textures/Mies-BCN_M081bump.png" ]
  104. Texture "pavet-kd-img" "color" "imagemap"
  105. "string filename" [ "textures/Mies-BCN_M081.png" ]
  106. Texture "pavet-kd-scaled" "color" "scale"
  107. "texture tex1" "pavet-kd-img"
  108. "rgb tex2" [.7 .7 .7]
  109. Texture "pavet-kd" "color" "scale"
  110. "texture tex1" [ "pavet-kd-img" ]
  111. "rgb tex2" [ 0.639999986 0.639999986 0.639999986 ]
  112. MakeNamedMaterial "pavet"
  113. "float uroughness" [ 0.1 ]
  114. "float vroughness" [ 0.1 ]
  115. "string type" [ "substrate" ]
  116. "texture Kd" [ "pavet-kd" ]
  117. "rgb Ks" [ 0.1 0.1 0.1 ]
  118. "texture bumpmap" "pavet-bump"
  119. # rocks below water
  120. Texture "rocks-kd-img" "color" "imagemap"
  121. "string filename" [ "textures/rocks.png" ]
  122. MakeNamedMaterial "pebbles.ground"
  123. "float roughness" [ 0.0104080001 ]
  124. "float index" [ 1 ]
  125. "string type" [ "uber" ]
  126. "texture Kd" "rocks-kd-img"
  127. "rgb Ks" [ 0.5 0.5 0.5 ]
  128. "rgb Kt" [ 0 0 0 ]
  129. "rgb opacity" [ 1 1 1 ]
  130. Texture "water-bump-base" "float" "imagemap"
  131. "string filename" [ "textures/water-raindrop.png" ]
  132. Texture "water-bump" "float" "scale"
  133. "texture tex1" "water-bump-base"
  134. "float tex2" .005
  135. MakeNamedMaterial "water"
  136. "string type" [ "glass" ]
  137. "texture bumpmap" "water-bump"
  138. MakeNamedMaterial "wax"
  139. "float roughness" [ 0.0104080001 ]
  140. "float index" [ 1 ]
  141. "string type" [ "uber" ]
  142. "rgb Kd" [ 0.639999986 0.639999986 0.639999986 ]
  143. "rgb Ks" [ 0.5 0.5 0.5 ]
  144. "rgb Kt" [ 0 0 0 ]
  145. "rgb opacity" [ 1 1 1 ]
  146. MakeNamedMaterial "white_mat"
  147. "string type" [ "matte" ]
  148. "rgb Kd" [ 0.6 .6 .6 ]
  149. "float sigma" [20]
  150. # Name "Cube.024_Cube.053"
  151. # floating lanterns in water
  152. Texture "wood" "color" "imagemap"
  153. "string filename" [ "textures/wood.png" ]
  154. MakeNamedMaterial "wood"
  155. "string type" [ "substrate" ]
  156. "texture Kd" "wood"
  157. "rgb Ks" [ 0.1 0.1 0.1 ]