Almar Klein

Results 1569 comments of Almar Klein

It looks like wgpu reports that the surface simply has zero supported formats. Could this be because it's on WSL2? Ideas @rajveermalviya ?

Good point, I see how this would be very useful. I put my thoughts is a comment on the points issue in pygfx: https://github.com/pygfx/pygfx/issues/48#issuecomment-2213447462

Not directly, but I think it will make it easier to solve that problem.

I think a thing that also plays a role is that it picks a scale such that when the window is resized, it still fits.

I've been looking into this again while I was working on the `get_bounding_box` stuff. I think there are three causes: 1. What Korijn said; bounding boxes are axes-aligned (by definition),...

Closing because #1051 fixes the cases that I meant in the top post. There's still the rotation of aabb's. We may or may not do something about that in #1049.

> Do you also intend to support 3D rendering of grids (in world space with a perspective camera)? Yes, definitely that. And axii too (works in visvis). > And rendering...

That's indeed the plan :) next step, I think, is a mechanism+api to determine step sizes based on camera.

> I wonder if we could use resize and controller or camera callbacks instead of the animation function to set any change in ticks etc. Our camera's and controllers don't...

@kushalkolar Yeah the performance is much better than the first iteration. Nice suggestions! I added them to #739. For now I just want to get this merged. The mapping for...