VOXELFORMAT: todo comment regarding obj voxelization

master
Martin Gerhardy 2022-05-17 23:28:16 +02:00
parent 40447a70b8
commit 1bf62a06dd
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ bool OBJFormat::loadGroups(const core::String &filename, io::SeekableReadStream
Log::debug("- displacement_texname '%s'", material.displacement_texname.c_str());
Log::debug("- alpha_texname '%s'", material.alpha_texname.c_str());
Log::debug("- reflection_texname '%s'", material.reflection_texname.c_str());
// TODO: material.diffuse_texopt.scale
if (name.empty()) {
continue;
}