Skip to content

Commit

Permalink
Deploying to gh-pages from @ c5ca589 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
brussig-tud committed Jan 24, 2025
1 parent d134f3c commit 82a9121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textured__surface__material_8cxx_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> set_diffuse_reflectance(obj_mat.get_diffuse());</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> set_specular_reflectance(obj_mat.get_specular());</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> set_emission(obj_mat.get_emission());</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> set_roughness(std::max(0.0f, std::min(1.0f, 1.0f/(1.0,obj_mat.get_shininess()+ 0.992307f) - 0.0077524f)));</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> set_roughness(std::max(0.0f, std::min(1.0f, 1.0f/(obj_mat.get_shininess()+0.992307f) - 0.0077524f)));</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> set_transparency(1.0f - obj_mat.<a class="code hl_function" href="classcgv_1_1media_1_1illum_1_1obj__material.html#a5e6e2299515565ea72da5a7b4b0a3721">get_opacity</a>());</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_function" href="classcgv_1_1media_1_1illum_1_1textured__surface__material.html#a4f7b04553dd6d9de85a45246f21357e0">set_bump_scale</a>(obj_mat.<a class="code hl_function" href="classcgv_1_1media_1_1illum_1_1obj__material.html#a27753b5beb68b9de7428c78135ac5e88">get_bump_scale</a>());</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> std::map&lt;std::string, int&gt; file_name_map;</div>
Expand Down

0 comments on commit 82a9121

Please sign in to comment.