6263 Commits (28a19f5add90357f746448cb8013d4fe544a4d73)
 

Author SHA1 Message Date
Vladimír Vondruš 28a19f5add Math: adapt to m.css Doxygen theme updates. 8 years ago
Vladimír Vondruš 8c50ed239b doc: updated changelog. 8 years ago
Vladimír Vondruš 4a9e63ebdd Math: doc++ 8 years ago
Vladimír Vondruš d2914c78b4 Animation: test some more corner cases. 8 years ago
Vladimír Vondruš c546c0bd64 Animation: fix pause() behavior. 8 years ago
Vladimír Vondruš c9f179c474 Animation: test the pause better. 8 years ago
Vladimír Vondruš de995059c6 Animation: make Player::elapsed() behave correctly after a "run out". 8 years ago
Vladimír Vondruš 8a71cb6415 Animation: added Player::elapsed(). 8 years ago
Vladimír Vondruš 9eb1885923 Animation: doc++ 8 years ago
Vladimír Vondruš d798960587 doc: use MeshTools::compile() for vertex color primitives as well. 8 years ago
Squareys e6fd70fe00 MeshTools: compile mesh colors to Color4 attribute 8 years ago
Vladimír Vondruš 6bb0179c65 Re-add glDrawRangeElements() workaround for Emscripten. 8 years ago
Vladimír Vondruš 799d9b80db Doc++ 8 years ago
Vladimír Vondruš 6725f6ed2f Math: doc++ 8 years ago
Vladimír Vondruš b44166b238 Math: work around a MSVC 2017 15.8 ICE. 8 years ago
Vladimír Vondruš 4acfa8c197 Primitives: a better line primitive. 8 years ago
Vladimír Vondruš 523c16779d Math: added missing CubicHermite [s]lerp[ShortestPath]() overloads. 8 years ago
Vladimír Vondruš dfcd33ffe8 Math: properly test also (s)lerpShortestPath() assertions. 8 years ago
Vladimír Vondruš d5e6012824 Math: simplify CubicHermite test. 8 years ago
Vladimír Vondruš 2975a1ba2d Doc++ 8 years ago
Vladimír Vondruš b615e1ae28 Shaders: support multiple lights in Phong. 8 years ago
Vladimír Vondruš 7d0757ca4d Shaders: debug output for all Flag / Flags enums / enum sets. 8 years ago
Vladimír Vondruš 89ab8c43e0 MeshTools: why put docs for transform() to an obscure dualquat overload? 8 years ago
Vladimír Vondruš b93fcd6d9d Trade: camera type, projection size and aspect ratio support. 8 years ago
Vladimír Vondruš fa10765198 Trade: alpha mode, alpha mask and double sided material properties. 8 years ago
Vladimír Vondruš 4b7dab10e1 Math: improve docs of Matrix4::perspectiveProjection(). 8 years ago
Alan 3bbb4088a8
Update Range.h 8 years ago
Vladimír Vondruš 13a6ba8a23 Math: benchmark quaternion interpolation methods. 8 years ago
Vladimír Vondruš cbc35c4353 Stub documentation for transformation interpolation and animation. 8 years ago
Vladimír Vondruš eadf8986f6 Math: fuzzy compare for division-by-zero in quaternion s(c)lerp. 8 years ago
Vladimír Vondruš 880bf7a1b6 Animation: list the new interpolators. 8 years ago
Vladimír Vondruš 9f8da6d47a Animation: prefer "shortest path" interpolators in interpolatorFor(). 8 years ago
Vladimír Vondruš fde07c6c58 Doc++ 8 years ago
Vladimír Vondruš 780e5258cc Math: consistently use arccos() in math equations. 8 years ago
Vladimír Vondruš ec34009025 Math: document the usual notation for complex/dual/quat numbers. 8 years ago
Vladimír Vondruš 1f507d81d4 Math: make docs of slerp() for Complex consistent with Quaternion. 8 years ago
Vladimír Vondruš 737104f2c7 Math: added "shortest path" alternatives to lerp(), slerp() and sclerp(). 8 years ago
Vladimír Vondruš d156a60943 Math: fix sclerp() behavior with dual quaternions having the same angle. 8 years ago
Vladimír Vondruš 425d31fb5c Math: no, this is testing it wrong. 8 years ago
Vladimír Vondruš f583d1c853 Math: cleaned up the sclerp() test. 8 years ago
Vladimír Vondruš 68f34b3283 Math: STUPID EFFING DOXYGEN GODDAMIT I HATE YA WITH PASSION 8 years ago
Vladimír Vondruš 6c8a2a46b8 Math: implement cubic Bezier <-> cubic Hermite conversion. 8 years ago
Vladimír Vondruš c3d093bee9 Trade: support for spline interpolation in AnimationData. 8 years ago
Vladimír Vondruš b1b663fa65 Animation: support for spline interpolation. 8 years ago
Vladimír Vondruš e997344b8c Math: new CubicHermite class. 8 years ago
Vladimír Vondruš ac11a8e815 Animation, Trade: support Complex for rotation animations. 8 years ago
Vladimír Vondruš ffe838a404 Animation: add an explanatory comment. 8 years ago
Vladimír Vondruš 8c7c74c22e Math: mutable getters for Complex, Dual and Quaternion. 8 years ago
Vladimír Vondruš c2c6b9f22b Math: added lerp() and slerp() for complex numbers. 8 years ago
Vladimír Vondruš 0f4b88870a Math: simplify angle() implementation for Complex. 8 years ago