Merge pull request #277 from sudhir9297/feat/2d-editor

Feat/2d editor
This commit is contained in:
Wassim SAMAD
2026-04-28 07:36:05 -04:00
committed by GitHub
39 changed files with 8362 additions and 2152 deletions
@@ -216,7 +216,7 @@ function generateStairSegmentGeometry(
extrudedGeometry.applyMatrix4(matrix)
extrudedGeometry.computeVertexNormals()
const geometry = extrudedGeometry.toNonIndexed() ?? extrudedGeometry
const geometry = extrudedGeometry.index ? extrudedGeometry.toNonIndexed() : extrudedGeometry
if (geometry !== extrudedGeometry) {
extrudedGeometry.dispose()
}