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
180 stars 49 forks source link

OSPRay isosurfaces do not seem to work #2450

Open clyne opened 4 years ago

clyne commented 4 years ago

I'm unable to render an isosurface using OSPRay with any data I've tested. The application hangs indefinitely much like it does with the volume renderer for some data: #2449. Unlike the volume renderer there is no way to control the isosurface sampling rate.

To reproduce:

  1. Load Duku.nc
  2. Enable the isosurface renderer with OSPRay selected as the rendering algorithm
clyne commented 4 years ago

Correction. The ospray isosurface renderer seems to work fine with regular gridded data, but not a all for curvilinear or unstructured dat.

clyne commented 3 years ago

Note: isosurfaces are currently disabled until Intel fixes their bug.

clyne commented 3 years ago

We should retest this with the latest version of OSPRay

StasJ commented 3 years ago

I have done some experimenting with OSPRay 2.8 and it seems to be working.

clyne commented 2 years ago

It's working, but the image isn't terribly satisfying; lots of holes suggesting the sampling is inadequate. See attached image and session file. Can this be fixed? Reopening.

duku_iso

ospray_iso.vs3.gz

StasJ commented 2 years ago

It's working, but the image isn't terribly satisfying; lots of holes suggesting the sampling is inadequate. See attached image and session file. Can this be fixed? Reopening.

No, unfortunately OSPRay does not provide any controls over the isosurface renderer. The volume renderer controls are nops.

clyne commented 2 years ago

We should revisit with the next release of OSPRay (2.9?)

sgpearse commented 2 years ago

@sgpearse will reverify - maybe test 2.10 if it's still broken.

sgpearse commented 1 year ago

The problem persists on Ospray 2.10, but there doesn't seem like there's a lot we can do about it.

Screen Shot 2023-01-30 at 11 38 54 AM

sgpearse commented 1 year ago

We currently distribute ospray 2.11. Need to retest.

sgpearse commented 2 months ago

Might be fixed with upgrading to Anari?