wmayer
|
2465840791
|
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
|
4d87039635
|
Base: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
|
2022-01-25 20:21:30 +01:00 |
|
wmayer
|
0dff8a6618
|
Base: [skip ci] add class ViewOrthoProjMatrix for orthogonal projections in 3d
|
2020-08-07 13:06:06 +02:00 |
|
wmayer
|
570165fc0d
|
move method setTransform() from ViewVolumeProjection to ViewProjMethod, restructure ViewProjMethod
|
2019-09-10 23:21:09 +02:00 |
|
wmayer
|
608d42d3cd
|
fix ViewProjMatrix::getProjectionMatrix
|
2018-11-20 19:21:15 +01:00 |
|
wmayer
|
04faa8f497
|
+ fix cutting or selecting mesh in perspective projection mode
|
2018-10-11 10:48:27 +02:00 |
|