- Mar 06, 2017
-
-
Patrik Huber authored
The new pybind11 bindings require at least Eigen-3.2.7. Travis and Ubuntu 14.04 only include Eigen-3.2.2, so let's include Eigen as a submodule. Unfortunately Eigen uses Mercurial and no official git mirror exists, so I've cloned Eigen's mercurial repo and added it at patrikhuber/eigen.git at version tag 3.3.3.
-
- Mar 05, 2017
-
-
Patrik Huber authored
This includes their new Eigen3 bindings
-
- Mar 04, 2017
-
-
Patrik Huber authored
The submodule is the current master, which is exactly v1.2.2. The removed local copy is v1.1.1. Files saved with the old version seem to be readable with the new version. (apart from the fact that we've now changed to Eigen, which makes it incompatible to the old models.)
-
- Feb 19, 2017
-
-
Patrik Huber authored
-
- Feb 07, 2017
-
-
Patrik Huber authored
Includes my multidim-array PR plus a fix for the overload resolution in ::to/at
-
- Jan 29, 2017
-
-
Patrik Huber authored
-
- Dec 15, 2016
-
-
Patrik Huber authored
-
- Dec 03, 2016
-
-
Patrik Huber authored
-
- Nov 25, 2016
-
-
Patrik Huber authored
This contains a NNLS solver, which we use to solve for the blendshape coefficients.
-
- Nov 17, 2016
-
-
Patrik Huber authored
-
- Nov 15, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Submodule points at release tag 0.9.8.3
-
Patrik Huber authored
-
- Nov 08, 2016
-
-
Patrik Huber authored
I think what happened earlier is by merging the old python-bindings branch first, the pybind "upgrade" was actually a downgrade. But now it should be back to the latest.
-
Patrik Huber authored
-
Patrik Huber authored
-
- Sep 29, 2016
-
-
Patrik Huber authored
This fixes the constexpr bug with VS2015U3
-
- Sep 17, 2016
-
-
Patrik Huber authored
-
- Aug 22, 2016
-
-
Patrik Huber authored
-
Patrik Huber authored
* The changes were necessary to fix issues with Ceres's Jet type in glm vector and matrix types * Added glm-git-modified-readme.txt to explain these changes
-
- Aug 09, 2015
-
-
Patrik Huber authored
The OpenGL mathematics library (http://glm.g-truc.net/) - it'll be used for its 3D rendering related functions
-
- Jul 08, 2015
-
-
Patrik Huber authored
-