I am trying to use Pyvista to plot two VRML files next to each other using Pyvista’s subplot. However, the two files are overlaid on each other in the first subplot, as shown with the teapot and sextant files with the following code
Thanks for posting there! After actually looking at this now, you may have posted in the right spot. It appears to be an issue with vtkVRMLImporter and it forcing the import on the first renderer of the render window… might be a bug or missing feature in VTK actually