wmayer
|
276bbcad6e
|
fix readability-*:
* readability-uppercase-literal-suffix
* readability-named-parameter
|
2023-11-16 01:22:08 +01:00 |
|
wmayer
|
9c7d00ffcb
|
fix readability-identifier-length
|
2023-11-16 01:22:08 +01:00 |
|
wmayer
|
985def3416
|
Base: apply clang format
|
2023-11-13 12:01:26 -05:00 |
|
wmayer
|
4210ab01e0
|
Base: modernize C++: use default member init
|
2023-08-23 19:51:44 +02:00 |
|
wmayer
|
a6624ef264
|
Base: fix warnings from code analysers:
* replace some C-style casts with static_cast
* remove unneeded destructors
* define default copy-constructor and assignment operator
|
2022-03-05 19:03:21 +01:00 |
|
wmayer
|
cad0d01883
|
Base: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
|
2022-01-25 20:21:30 +01:00 |
|
wmayer
|
6f2b33381e
|
Base: [skip ci] add class ViewOrthoProjMatrix for orthogonal projections in 3d
|
2020-08-07 13:06:06 +02:00 |
|
wmayer
|
6ebd0f4e5b
|
move method setTransform() from ViewVolumeProjection to ViewProjMethod, restructure ViewProjMethod
|
2019-09-10 23:21:09 +02:00 |
|
wmayer
|
f7c8f9c808
|
fix ViewProjMatrix::getProjectionMatrix
|
2018-11-20 19:21:15 +01:00 |
|
wmayer
|
4768028827
|
+ fix cutting or selecting mesh in perspective projection mode
|
2018-10-11 10:48:27 +02:00 |
|