Fixed floor offset

This commit is contained in:
2026-04-06 02:16:45 +03:00
parent 0ebba40867
commit d8122e3275
2 changed files with 1819 additions and 1318 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,6 +46,7 @@ private:
void buildDoors(const struct CellGridComponent& grid, std::vector<Procedural::TriangleBuffer>& doorTbs);
void buildWindows(const struct CellGridComponent& grid, std::vector<Procedural::TriangleBuffer>& windowTbs);
void buildCorners(const struct CellGridComponent& grid, Procedural::TriangleBuffer& extWallTb);
void buildInternalCorners(const struct CellGridComponent& grid, Procedural::TriangleBuffer& intWallTb);
// Build roofs
void buildRoofs(flecs::entity lotEntity, const struct CellGridComponent& grid, Procedural::TriangleBuffer& roofTb);