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
Which does not check that the mapper exists. However we should investigate if that assumption of always getting a mapper is correct or not and how it should be handled.
The text was updated successfully, but these errors were encountered:
Describe the bug
F3D support reading VRML files, however, since the rework of file loading in 3.0.0, some of these files now crashes F3D
To Reproduce
Steps to reproduce the behavior:
f3d --no-config snowman.wrl
Expected behavior
No crash and correct display. Please note display may be incorrect because of #826
Additional context
Caused by the vtkF3DMetaImporter.cxx:241
Which does not check that the mapper exists. However we should investigate if that assumption of always getting a mapper is correct or not and how it should be handled.
The text was updated successfully, but these errors were encountered: