Skip to content

Commit

Permalink
Address parameter updates from #151 (#161)
Browse files Browse the repository at this point in the history
Fixes #158.
  • Loading branch information
msuzuki-nvidia authored Feb 20, 2024
1 parent 656945e commit 7248d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/open_pbr_surface_default.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<input name="transmission_depth" type="float" value="0.0" />
<input name="transmission_scatter" type="color3" value="0, 0, 0" />
<input name="transmission_scatter_anisotropy" type="float" value="0.0" />
<input name="transmission_dispersion" type="float" value="0.0" />
<input name="transmission_dispersion_scale" type="float" value="0.0" />
<input name="transmission_dispersion_abbe_number" type="float" value="0.0" />
<input name="subsurface_weight" type="float" value="0" />
<input name="subsurface_color" type="color3" value="0.8, 0.8, 0.8" />
<input name="subsurface_radius" type="float" value="1.0" />
Expand Down

0 comments on commit 7248d61

Please sign in to comment.