-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstandard_surface_marble_solid_baked.mtlx
More file actions
18 lines (18 loc) · 1005 Bytes
/
standard_surface_marble_solid_baked.mtlx
File metadata and controls
18 lines (18 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<materialx version="1.38" colorspace="lin_rec709">
<nodegraph name="NG_baked" colorspace="srgb_texture">
<image name="base_color_baked" type="color3">
<input name="file" type="filename" value="D:\Work\materialx\glTF_MaterialX\build\bin\resources\glTF_export\Materials\Examples\StandardSurface\Marble_3D_gltf_pbr_base_color.png" />
</image>
<output name="base_color_output" type="color3" nodename="base_color_baked" />
</nodegraph>
<gltf_pbr name="SR_marble1_baked" type="surfaceshader">
<input name="base_color" type="color3" output="base_color_output" nodegraph="NG_baked" />
<input name="metallic" type="float" value="0" />
<input name="roughness" type="float" value="0.0980392" />
<input name="clearcoat_roughness" type="float" value="0.0980392" />
</gltf_pbr>
<surfacematerial name="Marble_3D_baked" type="material">
<input name="surfaceshader" type="surfaceshader" nodename="SR_marble1_baked" />
</surfacematerial>
</materialx>