]> OCCT Git - occt.git/commit
Data Exchange, Gltf Reader - Implement non-uniform scaling in Gltf Import #503
authorikochetkova <irina.kochetkova@opencascade.com>
Thu, 24 Apr 2025 13:20:36 +0000 (14:20 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 13:20:36 +0000 (14:20 +0100)
commit7cd39973a49f1ad881456c06ee1b1f0fabfdf43c
tree3babf3c610ddb8a579bab580510e50218188744a
parent3ee97f70d03d591aab54bf1b8a1f682c7d7e56c4
Data Exchange, Gltf Reader - Implement non-uniform scaling in Gltf Import #503

Apply non-uniform scale factors directly to the triangulation during Gltf import.
Add flag for turning on/off (on by default) this behavior.
OCP-1948
src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_ConfigurationNode.cxx
src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_ConfigurationNode.hxx
src/DataExchange/TKDEGLTF/DEGLTF/DEGLTF_Provider.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafReader.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafReader.hxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_GltfJsonParser.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_GltfJsonParser.hxx
src/Draw/TKXSDRAWGLTF/XSDRAWGLTF/XSDRAWGLTF.cxx
tests/de_mesh/gltf_read/cartoning [new file with mode: 0644]
tests/de_wrapper/configuration/A3