Сначала надо сделать расчёт мешей в отдельном потоке

This commit is contained in:
2025-07-24 18:10:55 +06:00
parent bd31b57d7d
commit 67476f5908
3 changed files with 44 additions and 12 deletions

View File

@@ -85,10 +85,6 @@ struct World {
};
struct DefVoxelInfo {
};
struct DefWorldInfo {
};
@@ -153,7 +149,7 @@ public:
} Binary;
struct {
std::unordered_map<DefVoxelId_t, DefVoxelInfo> DefVoxel;
std::unordered_map<DefVoxelId_t, DefVoxel_t> DefVoxel;
std::unordered_map<DefNodeId_t, DefNode_t> DefNode;
std::unordered_map<DefWorldId_t, DefWorldInfo> DefWorld;
std::unordered_map<DefPortalId_t, DefPortalInfo> DefPortal;