equinor / webviz-subsurface-components

Custom subsurface visualizations for use in Webviz and/or Dash.
https://github.com/orgs/equinor/projects/24
Mozilla Public License 2.0
38 stars 40 forks source link

[NGRM] - Option to render layers in ortographic view superimposed, honoring layer ordering instead of z values #1376

Open nilscb opened 1 year ago

nilscb commented 1 year ago

Example all of wells on top of a map.

This will replace the current functionality of turning of and on z-buffer depth test for each layer ("depthTest" true/false keyword) which is not optimal for true 3D layers like the grid layer and the wells layer.

Some possible useful discussion/links on how to implement: https://github.com/visgl/deck.gl/issues/3313

hkfb commented 1 year ago

@nilscb can we rephrase this as a use case and leave the suggested implementation as a detail (there might be other ways to achieve the same goal)?

Eg. "Option to render layers in ortographic view superimposed, honoring layer ordering instead of z values"