nmoehrle / mvs-texturing

Algorithm to texture 3D reconstructions from multi-view stereo images
Other
974 stars 334 forks source link

Set materials to be 100% opaque #97

Closed pierotofy closed 6 years ago

pierotofy commented 6 years ago

Even though most software (Meshlab included) will ignore the Tr key (Transparency), currently the materials are set to be fully transparent. Some software will respect the key and happily render a fully transparent model. (Just spent a few hours figuring out why an OBJ was disappearing when I loaded its textures).

http://web.cse.ohio-state.edu/~shen.94/581/Site/Lab3_files/Labhelp_Obj_parser.htm

nmoehrle commented 6 years ago

Thank you :-)