aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/opengl
Commit message (Collapse)AuthorAge
* Fixed compilation error due to obsolete internal::abs and internal::sqrt ↵Gravatar Abhijit Kundu2014-03-26
| | | | function calls
* Disable opengl demo if Qt4 or OpenGL cannot be found.Gravatar Gael Guennebaud2012-10-31
| | | | | (transplanted from caf24f1c9e540c0d7120d9344a2f4a2fd14098f2 )
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
| | | | | | | | | Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase.
* fix compilation of quaternion demoGravatar Gael Guennebaud2010-07-21
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* * Introduce make targets btest (build tests), blas (build blas lib), demos ↵Gravatar Benoit Jacob2009-09-27
| | | | | | | | | (build demos). * remove EIGEN_BUILD_TESTS and siblings * add summary at the end of cmake run, hopefully not too verbose * fix build of quaternion demo * kill remnants of old binary library option
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* opengl demo: add aligned operator new where appropriate and remove myGravatar Gael Guennebaud2009-03-13
| | | | mess...
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
| | | | | | | | * extend PartialRedux::cross() to any matrix sizes with automatic vectorization when possible * unit tests: add "geo_" prefix to all unit tests related to the geometry module and start splitting the big "geometry.cpp" tests to multiple smaller ones (also include new tests)
* * Quaternion: added dot product and angularDistance functions. The latter isGravatar Gael Guennebaud2008-09-11
| | | | | | based on the former. * opengl_demo: makes IcoSphere better (vertices are instanciated only once) and removed the generation of a big geometry for the fancy spheres...
* opengl demo, now working:Gravatar Gael Guennebaud2008-09-09
| | | | | | - quaternion vs euler angles interpolation (though the Euler angle version looks a bit too bad) - navigation using either a mapping from 2D screen coordinates to 3D points on a sphere or the standard approach mapping mouse displacements as rotations around camera's axes.
* various stuff in opengl demos such as a better model,Gravatar Gael Guennebaud2008-09-09
| | | | | stable trackball for the fly navigation mode, and started to put some GUI elements...
* 2 typosGravatar Gael Guennebaud2008-09-08
|
* started a small OpenGL demo making use of Eigen's geometry featuresGravatar Gael Guennebaud2008-09-07