Kitware / glance

Kitware Glance is an open-source web application developed at Kitware for visualizing volumetric images, molecular structures, geometric objects, and point clouds. It is part of the ParaView platform and can serve as a foundation for building custom web-based visualization applications involving ITK.js and VTK.js.
https://kitware.github.io/glance
BSD 3-Clause "New" or "Revised" License
246 stars 86 forks source link

.vtkjs animation zooms in #431

Open Andreja28 opened 2 years ago

Andreja28 commented 2 years ago

I have a mannualy created .vtkjs animation that I am trying to load in paraview glance.

In general terms it works fine (loads, iterates over timesteps, etc.). The issue I am having is when it iterated from one timestep to another, it autamtically zooms in (in a large capacity). When i set the orientation to something other than 3D, the problem is not persisted. Alse the first timestep (before running the animation) looks fine.

I was wondering if you can somehow help me fix this issue? I am attaching my vtkjs file (I had to change the extension to .zip because github won't allow me to attach a .vtkjs extension)

animation.zip .

floryst commented 2 years ago

@boucaud are you familiar with what might be happening here?