opacity_test.mtlx 629 B

123456789101112
  1. <?xml version="1.0"?>
  2. <materialx version="1.39">
  3. <surfacematerial name="mat_opacity_test" type="material" nodedef="ND_surfacematerial">
  4. <input name="surfaceshader" type="surfaceshader" nodename="surface_shader1" />
  5. </surfacematerial>
  6. <standard_surface name="surface_shader1" type="surfaceshader" nodedef="ND_standard_surface_surfaceshader">
  7. <input name="base_color" type="color3" value="0.8, 0.2, 0.2" />
  8. <input name="opacity" type="float" value="0.5" />
  9. <input name="specular_roughness" type="float" value="0.1" />
  10. <input name="metalness" type="float" value="0.0" />
  11. </standard_surface>
  12. </materialx>
粤ICP备19079148号