1227 Commits (041e541d39bf648c1b37e4e9c7d467a3d8ed6c72)
 

Author SHA1 Message Date
Vladimír Vondruš 041e541d39 SceneGraph: ability to normalize rotation in Euclidean transformation. 14 years ago
Vladimír Vondruš 4a6e0b6dfa Math: Gram-Schmidt orthonormalization. 14 years ago
Vladimír Vondruš 5de5b34c48 Math: function for projecting vector onto another. 14 years ago
Vladimír Vondruš 2734fde593 SceneGraph: euclidean transformation using matrices. 14 years ago
Vladimír Vondruš d981090e86 Functions for inverting Euclidean transformation matrices. 14 years ago
Vladimír Vondruš 45f50aff63 SceneGraph: convenience function for reflecting objects. 14 years ago
Vladimír Vondruš e9e0de70d7 Implemented reflection matrices. 14 years ago
Vladimír Vondruš 6ae94bffd7 Ability to construct Matrix from rotation/scaling and translation parts. 14 years ago
Vladimír Vondruš c96d0a882d Doxygen fixes. 14 years ago
Vladimír Vondruš e10b5a4473 Updated Physics library dependencies. 14 years ago
Vladimír Vondruš c0827baafd Allow building _only_ NaClApplication if on NaCl. 14 years ago
Vladimír Vondruš 5ef4dbbe3c Reuse any binding (not just draw) when adding framebuffer attachments. 14 years ago
Vladimír Vondruš 7d6b7a4b6b Using EXT_direct_state_access in framebuffers. 14 years ago
Vladimír Vondruš 1a7c30cdde Tracking currently bound renderbuffer. 14 years ago
Vladimír Vondruš 4b2551bbb5 No trailing whitespace in magnum-info utility. 14 years ago
Vladimír Vondruš 7d04b7d511 Doc++ 14 years ago
Vladimír Vondruš 72d48ac3e7 More intuitive framebuffer attachment mapping. 14 years ago
Vladimír Vondruš 6e6e53886d Removed dead code. 14 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš 3b37dfa6b8 Deleted constructors of classes with only static members. 14 years ago
Vladimír Vondruš dc1ab80cda Doc++ 14 years ago
Vladimír Vondruš 19029d97c6 Tracking viewport state in Framebuffer. 14 years ago
Vladimír Vondruš 5267547373 Tracking framebuffer binding. 14 years ago
Vladimír Vondruš 6ffa8eac51 Using old framebuffer binding internally if new is not supported. 14 years ago
Vladimír Vondruš 5f84edf73d Split Framebuffer into default and named framebuffers. 14 years ago
Vladimír Vondruš 9e24d0cb06 Cleaned up #includes. 14 years ago
Vladimír Vondruš 2acbd49e9c Renamed Buffered{Image,Texture} to Buffer{Image,Texture}. 14 years ago
Vladimír Vondruš ac90cd8a45 Removed TypeTraits::imageType() and related function in *Image* classes. 14 years ago
Vladimír Vondruš 33a36c9dc6 Make cube primitive indexed. 14 years ago
Vladimír Vondruš 90ed04dc7a Image formats rework. 14 years ago
Vladimír Vondruš 9153bcd957 Internal texture and renderbuffer format rework. 14 years ago
Vladimír Vondruš b70b2777b3 Using Math::swizzle() in Vector3::cross(). 14 years ago
Vladimír Vondruš ef779e50b2 Split out lightweight base of swizzle() function to Math namespace. 14 years ago
Vladimír Vondruš dd8eb6bc02 Removed one swizzle() overload. 14 years ago
Vladimír Vondruš 7a894e97a0 Using ARB_explicit_uniform_location in shaders. 14 years ago
Vladimír Vondruš 91a2798603 Context initialization was not skipping surely supported extensions. 14 years ago
Vladimír Vondruš 14a5f1a864 Platform: added magnum-info utility. 14 years ago
Vladimír Vondruš 8e947fbabb Platform: Added WindowlessGlxApplication. 14 years ago
Vladimír Vondruš ef75989178 Platform: don't require any specific OpenGL version. 14 years ago
Vladimír Vondruš f0764cac4e Doc++ 14 years ago
Vladimír Vondruš 9f20c8bca4 Platform: forgot to rename *WindowContext -> *Application in some places. 14 years ago
Vladimír Vondruš 9138f1bcc9 Added OpenGL 4.3 extensions to the list. 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š 113ff70aec Ability to retrieve absolute time in previous frame to Timeline. 14 years ago
Vladimír Vondruš 01021050be Updated .gitignore. 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š 5a9317085c Moved functions not related to particular Framebuffer to Renderer class. 14 years ago