mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added RWGltf_CafReader class implementing glTF reader. Added readgltf Draw Harness command for reading glTF files.
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
puts "========"
|
|
puts "0030691: test glTF reader on standard sample models"
|
|
puts "========"
|
|
|
|
ReadGltf D [locate_data_file bug30691_2CylinderEngine.glb]
|
|
XGetOneShape s D
|
|
checknbshapes s -face 34 -compound 18
|
|
checktrinfo s -tri 121496 -nod 84657
|