96 Commits (5e8625bd980129891f1e98543a8a2e0886057b2a)

Author SHA1 Message Date
Vladimír Vondruš 5e8625bd98 SceneGraph: don't pass duration in Animable constructor. 13 years ago
Vladimír Vondruš 58f936386f Doc++ 13 years ago
Vladimír Vondruš c52f64b381 SceneGraph: testing everything in transformations. 13 years ago
Vladimír Vondruš 389ed07806 SceneGraph: initial per-transformation unit tests. 13 years ago
Vladimír Vondruš 4c3e80b4f1 SceneGraph: added AbstractObject::transformationMatrix(). 13 years ago
Vladimír Vondruš d175dd1054 Updated workarounds for Doxygen 1.8.2. 13 years ago
Vladimír Vondruš c8cfa467c0 SceneGraph: actually call animationStopped() after duration is exceeded. 13 years ago
Vladimír Vondruš 8d71d12187 SceneGraph: animationStopped() should be called after duration is exceeded. 13 years ago
Vladimír Vondruš 7d0a523618 Moved projection matrix computation to Math namespace. 14 years ago
Vladimír Vondruš 3ab53e050a Doc: another copypasta error. 14 years ago
Vladimír Vondruš 7183110eee Doc++, @todo++ 14 years ago
Vladimír Vondruš fcb8a7b768 Got rid of header files in tests. 14 years ago
Vladimír Vondruš e16b5cc263 Doc: worked around Doxygen warnings. 14 years ago
Vladimír Vondruš e5db59aad5 Removed "wontfix" TODOs. 14 years ago
Vladimír Vondruš 041e541d39 SceneGraph: ability to normalize rotation in Euclidean transformation. 14 years ago
Vladimír Vondruš 2734fde593 SceneGraph: euclidean transformation using matrices. 14 years ago
Vladimír Vondruš 45f50aff63 SceneGraph: convenience function for reflecting objects. 14 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš 47c0a7456c Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 4408a68e6d SceneGraph: new Animable feature. 14 years ago
Vladimír Vondruš 99ce0bc5e0 SceneGraph: document performance tricks with DrawableGroup. 14 years ago
Vladimír Vondruš a97c641e3e Doc: explicitly specify template specialization type. 14 years ago
Vladimír Vondruš a9b7e24d81 SceneGraph: method chaining in FeatureGroup. 14 years ago
Vladimír Vondruš 9ead1e9deb Thorough documentation review and update. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš c319962d6e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 43f6dbc72d Using integer vector aliases all over the place. 14 years ago
Vladimír Vondruš 67f2e0fc7f GCC 4.6 compatibility is now handled by Corrade. 14 years ago
Vladimír Vondruš 231c002838 Explicitly use *Matrix in names when appropriate. 14 years ago
Vladimír Vondruš 2f4092bde0 Prefix *_EXPORT macros with MAGNUM_ to avoid collisions. 14 years ago
Vladimír Vondruš 8a3d2c12c6 Doc++ 14 years ago
Vladimír Vondruš d2f0a2a045 Using default template arguments instead of GLfloat everywhere. 14 years ago
Vladimír Vondruš a7eff451d4 Added missing include. 14 years ago
Vladimír Vondruš d2cd358495 Forward declarations for enums in SceneGraph. 14 years ago
Vladimír Vondruš 3b3a164212 Doc++ 14 years ago
Vladimír Vondruš ae78b77b10 Added some @todos. 14 years ago
Vladimír Vondruš 9e2b71d2a9 SceneGraph: test Object::transformations() for empty list. 14 years ago
Vladimír Vondruš aa05235c65 SceneGraph: function for bulk cleaning of objects. 14 years ago
Vladimír Vondruš 466008bba8 SceneGraph: externalized object cleaning function. 14 years ago
Vladimír Vondruš 4a561dd923 SceneGraph: minor renaming in ObjectTest. 14 years ago
Vladimír Vondruš 6dc7a163cc SceneGraph: doc++ 14 years ago
Vladimír Vondruš 8faf3323bb SceneGraph: Solved default template parameter conflicts. 14 years ago
Vladimír Vondruš 43770ada63 Doc++ 14 years ago
Vladimír Vondruš fc9ac0fe0f SceneGraph: split FeatureGroup and AbstractGroupedFeature file. 14 years ago
Vladimír Vondruš 6efb5607fa SceneGraph: renamed multiplyTransformation() to transform(). 14 years ago
Vladimír Vondruš 767c9d6166 SceneGraph: AbstractCamera, Camera2D, Camera3D are now in separate files. 14 years ago
Vladimír Vondruš 616c4101cb Doc++ 14 years ago
Vladimír Vondruš e508da2b6a Moved AspectRatioPolicy enum out of Camera class. 14 years ago
Vladimír Vondruš bef497c46a SceneGraph rework, part 7: Drawable and Camera features. 14 years ago