Skip to content

Commit fd40c85

Browse files
committed
Grid名変更
1 parent cf0dff1 commit fd40c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polygon_mesh/tile_extractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace {
9292
// model -> GRIDノード -> LODノード -> ノード
9393
for (auto& [group_grid_id, mesh] : result) {
9494

95-
const auto& grid_name = "0" + std::to_string(group_grid_id.second);
95+
const auto& grid_name = "GRID" + std::to_string(group_grid_id.second + 1); // 1,2,3,4
9696
const auto& lod_name = "LOD" + std::to_string(lod);
9797
auto node = Node("group" + std::to_string(group_grid_id.first), std::move(mesh));
9898

0 commit comments

Comments
 (0)