166 Commits (346ea2feb699876ee18d00655d8732b52ea30be5)

Author SHA1 Message Date
Vladimír Vondruš 346ea2feb6 Getting rid of <>, part 6: SceneGraph transformations. 13 years ago
Vladimír Vondruš cfd405c32c Getting rid of <>, part 5: SceneGraph object. 13 years ago
Vladimír Vondruš c32c12b387 Getting rid of <>, part 4: SceneGraph animable and animable group. 13 years ago
Vladimír Vondruš 572efce3f7 Getting rid of <>, part 3: SceneGraph features and feature groups. 13 years ago
Vladimír Vondruš a0d60bbaa7 Getting rid of <>, part 2: SceneGraph cameras and drawables. 13 years ago
Vladimír Vondruš b8b6b63919 SceneGraph: use `virtual` where it hurts less. 13 years ago
Vladimír Vondruš 77093a9b65 SceneGraph: fixed copypaste error. 13 years ago
Vladimír Vondruš 980cc48642 SceneGraph: extracted CachedTransformation[s] enum out of AbstractFeature. 13 years ago
Vladimír Vondruš 150a583c3d SceneGraph: typedef MatrixType to avoid those horrible declarations. 13 years ago
Vladimír Vondruš 1071a251cd SceneGraph: make public Object API non-virtual too. 13 years ago
Vladimír Vondruš 3fc7ccafe5 SceneGraph: don't use virtual calls when setting transformations. 13 years ago
Vladimír Vondruš d3c37a3962 SceneGraph: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš f93b0cd5ef Doxygen workarounds. 13 years ago
Vladimír Vondruš 82342c6a8a Doc++ 13 years ago
Vladimír Vondruš 378ad878f3 SceneGraph: removed superfluous instantiation sources. 13 years ago
Vladimír Vondruš d427b76d7b SceneGraph: AbstractFeature compilation optimization. 13 years ago
Vladimír Vondruš 0dfc0d0821 SceneGraph: FeatureGroup compilation optimization. 13 years ago
Vladimír Vondruš 3b861f6f64 SceneGraph: added Object::setParentKeepTransformation(). 13 years ago
Vladimír Vondruš 0249c6f8a8 SceneGraph: make method chaining in Abstract* transformations usable. 13 years ago
Vladimír Vondruš ff82d71c6e SceneGraph: link test library only to Math library. 13 years ago
Vladimír Vondruš e147cc3992 Doc++, TODO++ 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš ee1eecad1a SceneGraph: wrong assertion. 13 years ago
Vladimír Vondruš f2df328fe2 Using Corrade's visibility macros instead of copypasta all over again. 13 years ago
Vladimír Vondruš fac75962d0 SceneGraph: assert that original Object::setClean() is called. 13 years ago
Vladimír Vondruš 218a4c142c SceneGraph: fixed Object::setClean(). 13 years ago
Vladimír Vondruš 9ecb8b5b8d SceneGraph: fully test also Object::setClean() for list of objects. 13 years ago
Vladimír Vondruš d85c15bca9 SceneGraph: this was fixed in 59a3a7029d. 13 years ago
Vladimír Vondruš c79327ee43 Option to build Magnum as static library. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš a60f35a026 Fixed a few typos in docs (ahem). 13 years ago
Vladimír Vondruš fe3a73aab2 SceneGraph: add DualQuaternionTransformation::rotate[XYZ]() overloads. 13 years ago
Vladimír Vondruš b349eaf753 SceneGraph: new class DualQuaternionTransformation. 13 years ago
Vladimír Vondruš 85abf5767e SceneGraph: new class DualComplexTransformation. 13 years ago
Vladimír Vondruš e9b3228943 SceneGraph: minor code cleanup. 13 years ago
Vladimír Vondruš 0d5f234f64 SceneGraph: public setTransformation() and transform() for RigidMT*D. 13 years ago
Vladimír Vondruš e4f14c4163 SceneGraph: assert proper matrix type in RigidMatrixTransformation*D. 13 years ago
Vladimír Vondruš 332e4cdb71 SceneGraph: added AbstractTransformation::resetTransformation(). 13 years ago
Vladimír Vondruš 8548a2e08b SceneGraph: renamed {Euclidean -> Rigid}MatrixTransformation{2,3}D. 13 years ago
Vladimír Vondruš 33058aa5b0 Math: Matrix::invertedOrthogonal(), Matrix{3,4}::invertedRigid(). 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
Vladimír Vondruš 231f3277ab Adapted to Corrade changes. 13 years ago
Vladimír Vondruš c707370f30 Removed unneeded includes. 13 years ago
Vladimír Vondruš 4e5a6f76eb SceneGraph: using new type aliases in whole SceneGraph namespace. 13 years ago
Vladimír Vondruš 92fb224380 Partially revert "Work-around preprocessor issues on Windows." 13 years ago
Vladimír Vondruš 3cbeb43078 Cleaned up includes. 13 years ago