mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
puts "========"
|
|
puts "0032248: Visualization - load false deferred glTF data immediately"
|
|
puts "========"
|
|
|
|
ReadGltf D [locate_data_file bug30691_DamagedHelmet.gltf] -skiplateloading 1
|
|
XGetOneShape s D
|
|
|
|
set info [trinfo s -lods]
|
|
if {![regexp {([0-9]+) +triangles.*Types: Poly_Triangulation \(1\)} $info dummy triangles_nb]
|
|
|| $triangles_nb != 15452} {
|
|
puts "Fail: incorrect loading file with stream data"
|
|
}
|