]> OCCT Git - occt.git/commit
Data Exchange, GLTF - fix saving edges when Merge Faces is enabled #554
authorElias Cohenca <elias@bananaz.ai>
Fri, 23 May 2025 11:24:13 +0000 (14:24 +0300)
committerGitHub <noreply@github.com>
Fri, 23 May 2025 11:24:13 +0000 (12:24 +0100)
commit4f2d4c1f4b0a737e19c165d535e093e43677cc1d
treec93a013e4a8867d0e9e6c1831cbb1323a259503e
parent7ed396b0ebb33a12cc15714b2c83ae7e29825950
Data Exchange, GLTF - fix saving edges when Merge Faces is enabled #554

Removed check for LineStrip mode to force use of Lines for merged faces
Updated primitive mode checks by removing LineStrip references
Added getShapeType to correctly determine the underlying shape type from compounds and updated index calculation logic
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafWriter.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafWriter.hxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_GltfJsonParser.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_TriangulationReader.cxx