Closed ivishalanand closed 4 months ago
Hi, no that unfortunately is not possible. The upstream VTK relies on a openGL rendering window which is not supported in the browser. The x3d format only supports polygonal mesh objects.
Check out examples/notebooks/
for alternative backends.
I'm looking to render the RayCastPlotter for one of my use cases and have it available as an interactive display on a webpage. Currently, I'm trying to export a sample volume using the
plt.export()
method,it seems that Volume objects can't be rendered on a webpage via this method.Tried code
Could you provide guidance for rendering RayCastPlotter/ any volume object with interactive sliders on a webpage? Are there any workarounds that would enable this functionality?