mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
Added RWGltf_CafReader class implementing glTF reader. Added readgltf Draw Harness command for reading glTF files.
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
puts "========"
|
|
puts "0030691: test glTF reader on standard sample models"
|
|
puts "========"
|
|
|
|
ReadGltf D [locate_data_file bug30691_Lantern.glb]
|
|
XGetOneShape s D
|
|
checknbshapes s -face 3 -compound 1
|
|
checktrinfo s -tri 5394 -nod 4145
|