]> OCCT Git - occt.git/commit
0032867: Data Exchange - Implement Draco compression for writing glTF
authorichesnok <ichesnok@opencascade.com>
Tue, 29 Mar 2022 14:02:02 +0000 (17:02 +0300)
committersmoskvin <smoskvin@opencascade.com>
Wed, 6 Jul 2022 16:15:56 +0000 (19:15 +0300)
commit3a2ca49b6d5dffd6064cc035243c32b98b40efff
tree15a5d3ee31e7707d92c4825018267b42583276a6
parent4f53e7b37c799209066ab8fe0c6860cbafba9100
0032867: Data Exchange - Implement Draco compression for writing glTF

Draco compression added in RWGltf_CafWriter class.
14 files changed:
adm/cmake/draco.cmake
src/RWGltf/FILES
src/RWGltf/RWGltf_CafWriter.cxx
src/RWGltf/RWGltf_CafWriter.hxx
src/RWGltf/RWGltf_DracoParameters.hxx [new file with mode: 0644]
src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx
tests/de_mesh/gltf_write/010 [new file with mode: 0644]
tests/de_mesh/gltf_write/Diamond [new file with mode: 0644]
tests/de_mesh/gltf_write/as1draco [new file with mode: 0644]
tests/de_mesh/gltf_write/bearing [new file with mode: 0644]
tests/de_mesh/gltf_write/bull [new file with mode: 0644]
tests/de_mesh/gltf_write/screw [new file with mode: 0644]
tests/de_mesh/gltf_write/soapbox [new file with mode: 0644]
tests/de_mesh/gltf_write/test [new file with mode: 0644]