1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
kgv 16f9b46dbb 0032612: Data Exchange, RWGltf_CafReader - lost hierarchy of two nested compounds
RWGltf_GltfJsonParser::gltfParseSceneNode() - prevent flattering of Scene nodes
(allow flattering only of Mesh nodes).

Added command XAutoNaming managing XCAFDoc_ShapeTool::SetAutoNaming().
Added comparisons with reference Xdump data to glTF tests.
2021-10-12 20:08:57 +03:00

24 lines
755 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
set THE_REF_DUMP {
INSTANCE COMPOUND 0:1:1:1 (refers to 0:1:1:2) "Lantern"
ASSEMBLY COMPOUND 0:1:1:2 "Lantern"
INSTANCE FACE 0:1:1:2:1 (refers to 0:1:1:3) "LanternPole_Body"
INSTANCE FACE 0:1:1:2:2 (refers to 0:1:1:4) "LanternPole_Chain"
INSTANCE FACE 0:1:1:2:3 (refers to 0:1:1:5) "LanternPole_Lantern"
PART FACE 0:1:1:3 "LanternPole_Body"
PART FACE 0:1:1:4 "LanternPole_Chain"
PART FACE 0:1:1:5 "LanternPole_Lantern"
Free Shapes: 1
INSTANCE COMPOUND 0:1:1:1 (refers to 0:1:1:2) "Lantern"
}
checkXDump D $THE_REF_DUMP