- 10 Dec, 2016 3 commits
-
-
Patrik Huber authored
Replaced C++ compiler check logic and replaced the eos custom target with an INTERFACE library target At the moment this doesn't make the headers show up in IDEs - we'll deal with it later.
-
Patrik Huber authored
-
Patrik Huber authored
CMake should fail on the gcc-4.8 build.
-
- 09 Dec, 2016 7 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 05 Dec, 2016 12 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Enabling GENERATE_PYTHON_BINDINGS on travis
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Previously, we would just copy the whole folders, which resulted in a quite large install folder. Now we're only copying the headers and the licence files.
-
-
- 04 Dec, 2016 14 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Added Matlab bindings for the fitting function
-
Patrik Huber authored
For system where Matlab is not found automatically.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
This mainly required conversions for glm quat and mat4x4.
-
Patrik Huber authored
This contains conversion for vector<glm::tvecX> for the vertices, colours, and texcoords, and vector<array<int, 3>> for the triangle indices. We can now successfully return a Mesh to Matlab.
-
Patrik Huber authored
Calling it works great! No result is returned yet from C++ to Matlab.
-
Patrik Huber authored
This works when the current working directory in matlab is eos/matlab!
-
- 03 Dec, 2016 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Also moved the Eigen Matrix to Matlab conversion to a separate file
-