You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy f3d.glb from the testing data as /tmp/f3[d].glb
open /tmp/f3[d].glb with F3D
observe:
Checking files:
Found a reader for "/tmp/f3[d].glb" : "GLTF"
Loading files:
/tmp/f3[d].glb
ERROR: In vtkURI.cxx, line 379
(nullptr): Invalid character in path component '['
ERROR: In vtkGLTFImporter.cxx, line 437
vtkF3DGLTFImporter (0x32201f40): Error loading model metadata
Some of these files could not be loaded: failed to load scene
/tmp/f3[d].glb
Looks URI related, parentheses and curly brackets work for glb models, square brackets work in other extensions (for example .vtp, haven't tested any others).
The text was updated successfully, but these errors were encountered:
To reproduce:
f3d.glb
from the testing data as/tmp/f3[d].glb
/tmp/f3[d].glb
with F3DLooks URI related, parentheses and curly brackets work for glb models, square brackets work in other extensions (for example
.vtp
, haven't tested any others).The text was updated successfully, but these errors were encountered: