kicad/3d-viewer
Alex Shvartzkop 5cd1a4674f Fix a crash in 3D viewer when changing preferences.
It was possible for OnMouseMove to come after ReloadRequest
but before DoRePaint.

Which meant m_3d_render_raytracing->Reload() has't been called yet,
thus the BVH contained invalid data.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16059
2023-11-09 20:52:39 +03:00
..
3d_cache Eliminate the conditional pcbnew/cvpcb definition of PROJECT 2023-09-27 20:53:46 -04:00
3d_canvas Fix a crash in 3D viewer when changing preferences. 2023-11-09 20:52:39 +03:00
3d_model_viewer Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
3d_navlib Introduce action friendly names 2023-10-27 23:58:29 +01:00
3d_rendering Make sure sorts are deterministic. 2023-10-04 18:43:36 +01:00
3d_viewer Introduce action friendly names 2023-10-27 23:58:29 +01:00
common_ogl Use enums for 3d Viewer settings instead of ints 2021-12-30 23:03:13 +00:00
dialogs Add bitmap bundle support to BITMAP_SCALE 2023-10-22 14:02:06 -04:00
3d_enums.h Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
3d_fastmath.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_fastmath.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
3d_math.cpp Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
3d_math.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
3d_viewer_id.h Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
CMakeLists.txt HIDPI_GL_3D_CANVAS needs CAMERA so move it over 2023-09-23 20:06:57 -04:00
credits.txt Fix various typos 2022-07-21 16:31:41 +00:00