Kitware / vtk-js

Visualization Toolkit for the Web
https://kitware.github.io/vtk-js/
BSD 3-Clause "New" or "Revised" License
1.23k stars 371 forks source link

Scene explorer not rendering texture until interaction #1039

Closed xavArtley closed 5 years ago

xavArtley commented 5 years ago

Hello,

I'm working on a widget to render vtk scene in jupyter notebook. It's based on the SceneExplorer using .vtkjs files However when loading a .vtkjs with texture the later does not appear unless an interaction is done : https://github.com/pyviz/panel/pull/355

I can reproduce this issue with the scene exporer of vtk-js website

jourdain commented 5 years ago

I think we fixed it.