RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
981 stars 178 forks source link

Vertex-centered AMR volumes #284

Open jakob0 opened 5 years ago

jakob0 commented 5 years ago

The AMR volumes are only working for cell-centered data. Support for vertex-centered data would be a nice feature and the implementation should actually be less complicated than for cell-centered grids.

johguenther commented 5 years ago

Thanks for the suggestion. Indeed, vertex-centered AMR data should be easier.

carsonbrownlee commented 5 years ago

I asked jakob to submit a github issue for his question on google groups. We'll keep this post updated with any progress, and hopefully any other users that are interested can chime in.