Daniel Rauch
Daniel Rauch
Thanks for looking into this. @luabud, I, too, can still reproduce this with v2024.1.100
I have the same `wglMakeCurrent() failed` error with an AMD Ryzen 7940HS and 5625U on Windows 10 22H2 (Open3D 17.0) when calling `o3d.visualization.draw`. Edit: Tested also 0.18, the current dev...
> Same here while running origin sample code. My GPU is AMD Radeon RX 6700XT. But it displayed very well when I changed "o3d.visualization.draw" to "o3d.visualization.draw_geometries". This works fine for...
I would also appreciate out-of-the-box type hints. If somebody is looking for a workaround, I tried to do a semi-automatic type hint and docstring extraction here: [open3d-stubs](https://github.com/danrauch/open3d-stubs). It's not complete,...