- Aug 01, 2015
-
-
patrikhuber authored
- removed a few unnecessary temporary objects - unnecessary copy-construction of objects - formatting cleanup (whitespaces)
-
patrikhuber authored
This increases the readability of extract_texture a lot.
-
patrikhuber authored
- Added an assert that checks for texcoords - Pulled over changes from affine renderer - adding const and static_casts instead of C-style casts
-
patrikhuber authored
-
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
-
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 30, 2015
-
-
PhilippKopp authored
-
- Jul 28, 2015
-
-
Patrik Huber authored
The assembly on VC14 is the same, but anyway!
-
Patrik Huber authored
-
PhilippKopp authored
-
- Jul 21, 2015
-
-
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
-
- Jul 11, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
- Jul 10, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Jul 09, 2015
-
-
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
-
- Jul 03, 2015
-
-
Patrik Huber authored
-
- Jul 02, 2015
-
-
Patrik Huber authored
-
- Jul 01, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
Fixed PcaModel c'tor, forgot to copy the arguments
-
Patrik Huber authored
-
- Jun 30, 2015
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- Apr 22, 2015
-
-
Patrik Huber authored
Expects an isomap to exist with the filename <imagename>.isomap.png.
-
Patrik Huber authored
-
- Feb 13, 2015
-
-
Patrik Huber authored
-
- Feb 10, 2015
-
-
Patrik Huber authored
-