397 Commits (3f4e28cfcaaa63e553f4ddb7ff96518e8e958398)
 

Author SHA1 Message Date
Vladimír Vondruš 3f4e28cfca Documented required OpenGL version for some functionality. 14 years ago
Vladimír Vondruš efb36b4e33 Removed cube map coordinates from AbstractTexture::Target. 14 years ago
Vladimír Vondruš b26a4d0c3c Fixed copypaste error. 14 years ago
Vladimír Vondruš d69253757a Added CubeMapTexture::setSeamless(). 14 years ago
Vladimír Vondruš 3931cccd08 Added Mesh::setProgramPointSize(). 14 years ago
Vladimír Vondruš 2b7aa09520 Added some TODOs. 14 years ago
Vladimír Vondruš d8deeb836a Rectangle texture safety guards, doc++ 14 years ago
Vladimír Vondruš f53e840ecd Camera must be attached to scene when attempting to draw. 14 years ago
Vladimír Vondruš 69cad8862f Added dummy draw() to Camera, so it doesn't get hidden by the other. 14 years ago
Vladimír Vondruš d65d33912a Improved Object transformation caching to reuse absolute transformation. 14 years ago
Vladimír Vondruš 31a96aa9e5 Fixed compilation error in Matrix4. 14 years ago
Vladimír Vondruš c7c137752c Physics: Capsule % Sphere collision. 14 years ago
Vladimír Vondruš 42bd89a76e Physics: Capsule % Point collision. 14 years ago
Vladimír Vondruš 34294541b9 Physics: Plane % LineSegment collision. 14 years ago
Vladimír Vondruš bceef6b8ad Physics: Plane % Line collision. 14 years ago
Vladimír Vondruš 04d020fcd6 Physics: Sphere % LineSegment collision. 14 years ago
Vladimír Vondruš b2f1915579 Physics: Sphere % Line collision. 14 years ago
Vladimír Vondruš 6e778aa533 Physics: Sphere % Sphere collision. 14 years ago
Vladimír Vondruš 15dc8015b4 Physics: Sphere % Point collision. 14 years ago
Vladimír Vondruš d844715b94 Utility class for shape collision tests. 14 years ago
Vladimír Vondruš 43301c170c Initial Physics classes, interfaces, documentation and unit tests. 14 years ago
Vladimír Vondruš 1825d26c72 Fixed serious error in Intersection::planeLine(). 14 years ago
Vladimír Vondruš 822d66f380 Function for computing distance of line segment and point. 14 years ago
Vladimír Vondruš 379e37d8fc Function for computing distance of line and point. 14 years ago
Vladimír Vondruš 6f94d84b1a Moved Math::GeometryUtils to Math::Geometry::Intersection. 14 years ago
Vladimír Vondruš e921194601 Simplified GeometryUtils::intersection(), updated documentation. 14 years ago
Vladimír Vondruš 886680de46 Vector documentation: count from zero. 14 years ago
Vladimír Vondruš 2be1ff3763 Added Vector::lengthSquared() function. 14 years ago
Vladimír Vondruš 925cc3d2ff Make Math::pow() templated on type. 14 years ago
Vladimír Vondruš 7cbf0ce5f9 Minor tweaks for better Doxygen parsing. 14 years ago
Vladimír Vondruš 45255ff597 Added asserts to object absolute transformation, added test. 14 years ago
Vladimír Vondruš 0ee95d51eb Using Object::Transformation enum instead of bool. 14 years ago
Vladimír Vondruš 1521c32570 Doc++ 14 years ago
Vladimír Vondruš 0a965cf036 CMakeLists.txt cleanup and style unification. 14 years ago
Vladimír Vondruš 39e7115ddd Prevent ambiguity in operator= in Matrix and Vector subclasses. 14 years ago
Vladimír Vondruš f0d88fbf9f Added templated Math::Constants structure to replace PI #define. 14 years ago
Vladimír Vondruš aec8ef98dd Function for returning rotation and scaling part of Matrix4. 14 years ago
Vladimír Vondruš c5b38c9f1a Documented Matrix and Vector algorithms. 14 years ago
Vladimír Vondruš ccf61c0f7f Fixed typo in method name. 14 years ago
Vladimír Vondruš 0443bbe286 Caching light position relative to camera. 14 years ago
Vladimír Vondruš aaf8d65446 Use variables instead of direct library names for linking. 14 years ago
Vladimír Vondruš 64665872cc Use CORRADE_ASSERT() instead of cassert and direct error output. 14 years ago
Vladimír Vondruš 3a96420cb4 Flipped cube primitive face winding, so the faces are oriented outside. 14 years ago
Vladimír Vondruš c754b1c1aa MeshTools: functions for flipping normals and face winding. 14 years ago
Vladimír Vondruš d1d39a7de1 MeshTools::Subdivide: added check for index count. 14 years ago
Vladimír Vondruš 7a451994ea MeshTools: function for generating flat normals. 14 years ago
Vladimír Vondruš 56299bed37 Added tool for combining index arrays. 14 years ago
Vladimír Vondruš 91c2b5e389 Hiding MeshTools implementation classes from user altogether. 14 years ago
Vladimír Vondruš c14715962d Use T() instead of static_cast<T>() for numeric types. 14 years ago
Vladimír Vondruš 5b057667ab Doc++ 14 years ago