- May 12, 2022
-
-
Magne.Stromsnes authored
-
- May 09, 2022
-
-
Egil Bru authored
-
- May 08, 2022
-
-
Magne.Stromsnes authored
Bring the oblique slice back to the origin, and bring the translation gizmo back to its origin a second after it's released, in case it wanders off.
-
- Apr 07, 2022
-
-
Magne.Stromsnes authored
Textures are owned by the texture-store, which lived until application destruction. At that point the windows were closed and the OpenGLContexts were all destroyed. Textures need to be destroyed in the presence of a OpenGLContext. Ownership is therefore moved back to MainWindow, and made unique to MainWindow. MainWindow is destroyed before the child widgets, and so the OpenGLContext(s) are alive.
-
- Apr 06, 2022
-
-
Magne.Stromsnes authored
-
- Mar 28, 2022
-
-
Magne.Stromsnes authored
This box scaling is quite ugly, and may come back to bite me when looking at the grid spacing.
-