forked from AcademySoftwareFoundation/OpenPBR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen_pbr_coffee.mtlx
More file actions
15 lines (15 loc) · 850 Bytes
/
open_pbr_coffee.mtlx
File metadata and controls
15 lines (15 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<materialx version="1.39" colorspace="acescg">
<surfacematerial name="Coffee" type="material">
<input name="surfaceshader" type="surfaceshader" nodename="open_pbr_surface_surfaceshader" />
</surfacematerial>
<open_pbr_surface name="open_pbr_surface_surfaceshader" type="surfaceshader">
<input name="specular_roughness" type="float" value="0.0" />
<input name="specular_ior" type="float" value="1.34" />
<input name="transmission_weight" type="float" value="1.0" />
<input name="transmission_color" type="color3" value="0.321, 0.154, 0.053" />
<input name="transmission_depth" type="float" value="0.1" />
<input name="transmission_dispersion_scale" type="float" value="1.0" />
<input name="transmission_dispersion_abbe_number" type="float" value="55.78" />
</open_pbr_surface>
</materialx>