mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
'MultiThread' field was added to structure RWGltf_DracoParameters for using multithreading. Class CafWriter_DracoEncodingFunctor was added for multithreaded compression.
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
puts "========"
|
|
puts "0032867: Data Exchange - Implement Draco compression for writing glTF"
|
|
puts "Test case exporting model into glb (binary glTF) file."
|
|
puts "========"
|
|
|
|
Close D0 -silent
|
|
ReadGltf D0 [locate_data_file bug32867_bull.glb]
|
|
|
|
set aGltfFile1 "${imagedir}/${casename}_tmp1.glb"
|
|
|
|
WriteGltf D0 "$aGltfFile1" -draco on -parallel
|
|
|
|
ReadGltf D "$aGltfFile1"
|