Håvard Bjerke

Results 74 comments of Håvard Bjerke

> `ColormapLayer` is an extension of Deck.gl `BitmapLayer`. > In short, it displays a rectangle (actually renders 2 triangles) with a texture. It will always have a "flat" geometry, even...

It should be possible to add this to the WellsLayer. @ElfarriBadr what do you mean by offset? In which direction?

> The viewer's scrollbars are not visible in Firefox. I think this is just a visual issue with how Firefox hides scrollbars until you hover over the scrollable element. Is...

I think propTypes are not needed for the React-only components, eg. `SubsurfaceViewer` and `Map`. However, `dash-generate-components` can use propTypes instead of exported types when generating Dash components. This can be...

Yes, I think you're right. @w1nklr @nilscb

> They are not skipped, but cancelled. When I wrote the comment, there were no failing checks, and all except two checks were skipped: ![image](https://github.com/user-attachments/assets/37faeada-bde6-45c2-b31c-b2b374a47534)

@Anders2303 does it help to change `orientation`? Orientation is re-calculated on viewport change in 3D because viewport rotation affects label orientation. But in orthographic view it's not necessary to re-calculate.

Yes, we should prevent rotation updates in Orthographic and Section views, or using the `positionFormat` as you suggest.

Tested this a bit. I think the inertia is very nice. I do however notice some glitches/jumping when zooming. I tried to narrow it down, and it seems to be...

> @hkfb I ran additional tests and searched for similar issues. Found this issue, which may have some similarities: [visgl/deck.gl#7158](https://github.com/visgl/deck.gl/issues/7158). > > It seems the bug might be due to...