Commit Graph

12 Commits

Author SHA1 Message Date
wmayer
94c28e9fc8 implement Isometric, Dimetric and Trimetric projection 2019-01-10 18:31:17 +01:00
wmayer
5a1c43b131 fix incorrect terminology in NaviCube, add support of isometric view 2019-01-09 14:18:26 +01:00
wmayer
31963f16c1 Fix scan coverity issues:
CID 184294: Uncaught exception
CID 183597: Unchecked return value
CID 175809: Dereference before null check
CID 175810: Logically dead code
CID 133000: Uninitialized scalar variable
CID 133001: Uninitialized scalar variable
CID 183591: Explicit null dereferenced
2018-11-13 16:47:58 +01:00
wmayer
622203bb97 add functions to customize NaviCube 2018-10-26 15:51:03 +02:00
luz.paz
af3ef5b19d Misc. typos
Found via `codespell`
[skip ci]
2018-05-31 12:50:58 -04:00
wmayer
01454584fc fix inconsistent default parameters, fix warnings 2018-05-31 13:47:31 +02:00
wmayer
9a3021818b implement option to change corner of navi cube 2018-05-26 18:51:53 +02:00
wmayer
3b4ab88844 + option to disable navi cube
+ handle destruction of GL context in 3d viewer class
+ fix for OpenGL error message: 'Texture is not valid in the current context. Texture has not been destroyed'
2018-05-26 15:33:45 +02:00
wmayer
322cb29f64 remove unrealiable implementation of ViewNormalToSketchPlaneCmd 2018-05-26 15:33:45 +02:00
wmayer
b24a2996f8 make NaviCube working for Qt4 and Qt5 2018-05-26 15:33:45 +02:00
wmayer
68b979de5e fix Qt5 build failure 2018-05-26 15:33:45 +02:00
Kustaa Nyholm
e610965b5c First Qt5 compatible NaviCube attempt 2018-05-26 15:33:45 +02:00