Skip to content

Commit

Permalink
Merge pull request #97 from pierotofy/patch-1
Browse files Browse the repository at this point in the history
Set materials to be 100% opaque
  • Loading branch information
nmoehrle authored Jan 30, 2018
2 parents 20bf2a8 + 3366b1d commit 95e0292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tex/material_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MaterialLib::save_to_files(std::string const & prefix) const {
<< "Ka 1.000000 1.000000 1.000000" << std::endl
<< "Kd 1.000000 1.000000 1.000000" << std::endl
<< "Ks 0.000000 0.000000 0.000000" << std::endl
<< "Tr 1.000000" << std::endl
<< "Tr 0.000000" << std::endl
<< "illum 1" << std::endl
<< "Ns 1.000000" << std::endl
<< "map_Kd " << name + diffuse_map_postfix << std::endl;
Expand Down

0 comments on commit 95e0292

Please sign in to comment.