7389 Commits (2ca8d0ebb2c8cd8ffeca680bbce93d25e939cc66)

Author SHA1 Message Date
Vladimír Vondruš 0945c50aa6 Removed "active camera" from Scene. 14 years ago
Vladimír Vondruš 6e4523f162 Fixed memory leak in ObjectTest. 14 years ago
Vladimír Vondruš 990dccdd76 Documentation: better word order. 14 years ago
Vladimír Vondruš 2c48e30858 Simplified Object::multiplyTransformation(). 14 years ago
Vladimír Vondruš be98437682 De-inlined Light::clean(). 14 years ago
Vladimír Vondruš 1619a2fa0b Don't forget to delete VAO on scene destruction. 14 years ago
Vladimír Vondruš 408aa7faf5 Fixed yet another collision with windows.h. I hate it. 14 years ago
Vladimír Vondruš 8efb5a1e42 Added dllimport/dllexport macros for Windows builds. 14 years ago
Vladimír Vondruš 78ce126cbb Fixed pedantic compiler warning. 14 years ago
Vladimír Vondruš e6b5a982a4 Fixed linker errors with MinGW32 build. 14 years ago
Vladimír Vondruš 8d525be511 Using TypeTraits::epsilon and TypeTraits::equals instead of EPSILON. 14 years ago
Vladimír Vondruš f585d39146 Added Math::TypeTraits, implementing fuzzy comparison based on type. 14 years ago
Vladimír Vondruš c2aed9d5af Updated TypeTraits documentation, show all functions inline. 14 years ago
Vladimír Vondruš 34a84dc677 Using nullptr instead of 0. 14 years ago
Vladimír Vondruš ea853308f8 Adapted to Magnum changes, renamed namespace Plugins to Trade. 14 years ago
Vladimír Vondruš e357f24e70 Scene::viewportWidth/viewportHeight were never set, got rid of them. 14 years ago
Vladimír Vondruš dacd31fcc5 Moved AbstractImporter and Image to new Trade namespace. 14 years ago
Vladimír Vondruš 3174570969 Moved ColorFormat enum back to AbstractTexture. 14 years ago
Vladimír Vondruš 96b072f87d AbstractImporter: allow direct file opening, added Feature enum. 14 years ago
Vladimír Vondruš 65986a1cef Adapted to Magnum changes. 14 years ago
Vladimír Vondruš 53170e0437 TGAImporter: adopted to Magnum changes, allow direct file opening. 14 years ago
Vladimír Vondruš 1f455e8b39 Fixed Primitives::Icosphere compilation. 14 years ago
Vladimír Vondruš 31fd5bfb32 Added another constructor to MeshTools::AbstractIndexTool. 14 years ago
Vladimír Vondruš c77bc6d916 Added AbstractImporter::meshData() for accessing mesh data. 14 years ago
Vladimír Vondruš 0c67d17148 MeshTools: implementation of Tipsify algorithm. 15 years ago
Vladimír Vondruš 37fa078ead Added MeshTools::AbstractIndexTool, operating only on indices. 15 years ago
Vladimír Vondruš 37afb7bffe Splitting tools from MeshBuilderBenchmark to MeshTools. 15 years ago
Vladimír Vondruš 79a36bd373 New namespace and base class for mesh tools. 15 years ago
Vladimír Vondruš e0b4fca4fe Doc++ 15 years ago
Vladimír Vondruš c11e691053 Cleaning overengineered MeshBuilder. 15 years ago
Vladimír Vondruš 9fd88b700a Using icosahedron primitive data in MeshBuilderBenchmark. 15 years ago
Vladimír Vondruš 2b3aab35f6 Making Icosahedron primitive data public, so it could be reused. 15 years ago
Vladimír Vondruš 82816ac845 Happy New Year. 15 years ago
Vladimír Vondruš b945f5f68b Happy New Year. 15 years ago
Vladimír Vondruš 9f8bb86dbb Preserve space before and after printing Matrix/Vector to Debug output. 15 years ago
Vladimír Vondruš 7f24696021 Don't return reference to temporary object in Debug output. 15 years ago
Vladimír Vondruš cb0efb5d47 Vector3 constructor from Vector2 and optional Z/B value (default 0). 15 years ago
Vladimír Vondruš fd9c137be2 Getter for Camera viewport size. 15 years ago
Vladimír Vondruš 4a23efa307 Use Vector2<unsigned int> for viewport size in Camera instead of ints. 15 years ago
Vladimír Vondruš cf170c9155 Separate accessors for cameras and lights from objects in AbstractImporter. 15 years ago
Vladimír Vondruš 36213f13c4 MeshBuilder: reworked index builder. 15 years ago
Vladimír Vondruš b35afc3010 MeshBuilder: Index type is based on vertex count, not index count. 15 years ago
Vladimír Vondruš e108944f9e Interface for importer plugins. 15 years ago
Vladimír Vondruš 7e37a9a64d Base class for materials. 15 years ago
Vladimír Vondruš 2d50410dee C++11 (move semantics) compatible class copy/move disabling. 15 years ago
Vladimír Vondruš 777f8e3ba2 C++11 way of disabling access to irrelevant functions in Scene. 15 years ago
Vladimír Vondruš 31c70f2c08 Doc++ 15 years ago
Vladimír Vondruš ebcf632110 Fixed compiler warning. 15 years ago
Vladimír Vondruš 96bc58812a Using static variable instead of template parameter in Texture. 15 years ago
Vladimír Vondruš e5e7d95af4 Using nullptr instead of 0 everywhere. 15 years ago