NCAR / VAPOR

VAPOR is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers
https://www.vapor.ucar.edu/
BSD 3-Clause "New" or "Revised" License
179 stars 49 forks source link

Phantom Bounding Box (Domain mismatch) #2104

Open jvalan opened 4 years ago

jvalan commented 4 years ago

Importing data into timestamps no longer crashes VAPOR, and the timestamps and timeline do function. However, the bounding box goes into a glitched state, where VAPOR only displays what was inside the area of the original bounding box. Notice how the hurricane in the gif gets cut off before it reaches Florida, as that was the maximum edge of the original bounding box.

boundingboxerror

Impact

To Reproduce

Steps to reproduce the behavior. For example:

  1. Import multiple files in a timestamp in which the data and bounding box of the final files do not overlap with the first file.
  2. Create Volume renderer
  3. Play animation to see error.

Desktop

jvalan commented 4 years ago

Is there a workaround to this? Is there a way to expand the bounding box without stretching the model inside?

sgpearse commented 4 years ago

@jvalan No workaround yet. Follow #2103 for status updates.

jvalan commented 4 years ago

Followed. Thanks, I thought this issue was different than the snap back issue.