- Aug 01, 2015
-
-
patrikhuber authored
-
patrikhuber authored
-
patrikhuber authored
- Taking a 3x4 affine matrix and adding an orthogonal row to make it 4x4 - Removed all transformations from clip to screen space as our camera matrix now goes directly from world to screen space - Removed division by w (it's 1 anyway)
-
patrikhuber authored
Conflicts: CMakeLists.txt: Just merged the new affine renderer headers and texture_extraction.hpp.
-
patrikhuber authored
-
patrikhuber authored
-
patrikhuber authored
- It works with our affine camera matrices estimated from the H&Z algorithm - Performs depth testing and rasterises triangles - Vertex-colouring only, no texturing - Will be used for the texture extraction
-
- Jul 31, 2015
-
-
patrikhuber authored
Also removed a few trailing whitespaces
-
- Jul 30, 2015
-
-
PhilippKopp authored
-
- Jul 28, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Added an extensive check to see if the user is running MSVC, gcc or clang and what version. It's a bit unnecessary to be honest because it's documented. I will possibly remove it after dropping support for gcc-4.8 and -std=c++11.
-
Patrik Huber authored
The assembly on VC14 is the same, but anyway!
-
Patrik Huber authored
-
PhilippKopp authored
-
Patrik Huber authored
For path operator +=
-
- Jul 21, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Jul 15, 2015
-
-
Patrik Huber authored
-
- Jul 14, 2015
-
-
Patrik Huber authored
-
- Jul 12, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Jul 11, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Jul 10, 2015
-
-
Patrik Huber authored
Added 'header-only' and changed the publication to the ICIP paper.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Jul 09, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Added cereal include directory to CMake
-
Patrik Huber authored
-
Patrik Huber authored
In preparation for the serialisation - and declared it empty, to work around a VS bug with =default
-