diff --git a/libs/tex/material_lib.cpp b/libs/tex/material_lib.cpp index 2f947d8e..f5b840e7 100644 --- a/libs/tex/material_lib.cpp +++ b/libs/tex/material_lib.cpp @@ -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;