Skip to content

Commit

Permalink
remove grouping ....
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Mar 21, 2024
1 parent eb8a264 commit 78cc84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsp/Bsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9798,7 +9798,7 @@ void Bsp::ExportToObjWIP(const std::string& path, int iscale, bool lightmapmode,
{
group_vert_groups[groupname]++;

group_objects[groupname] << "g " << groupname << "_face" << group_vert_groups[groupname] << "\n";
//group_objects[groupname] << "g " << groupname << "_face" << group_vert_groups[groupname] << "\n";

group_objects[groupname] << "usemtl " << materialid << "\n";
}
Expand Down

0 comments on commit 78cc84e

Please sign in to comment.