161 Commits (c3d093bee9c9d35f6ff912975bfb0d65ef6134b2)

Author SHA1 Message Date
Vladimír Vondruš e997344b8c Math: new CubicHermite class. 8 years ago
Vladimír Vondruš 8c7c74c22e Math: mutable getters for Complex, Dual and Quaternion. 8 years ago
Vladimír Vondruš c2c6b9f22b Math: added lerp() and slerp() for complex numbers. 8 years ago
Vladimír Vondruš 943d74dd1c GL: restore backwards compatibility of deprecated Buffer::map<T>(). 8 years ago
Vladimír Vondruš f6ba4111e1 GL: remove obsolete Firefox workaround. 8 years ago
Vladimír Vondruš dba35bac7a Platform: initial HiDPI support in GlfwApplication. 8 years ago
Vladimír Vondruš 8efc6b39e9 Deprecate the Shapes library and everything that depends on it. 8 years ago
Vladimír Vondruš 2c56d1600a modules: properly handle optional dependencies of DebugTools. 8 years ago
Vladimír Vondruš bfec45ed51 doc: updated changelog. 8 years ago
Vladimír Vondruš e84107f3e2 doc: updated changelog. 8 years ago
Squareys f832c8df51 Platform: gracefully fail GlfwApplication::exec() if no window was opened 8 years ago
Vladimír Vondruš bff7ae8d7e Math: added Range::fromCenter(). 8 years ago
Vladimír Vondruš 47ade4ef53 Platform: make it possible to get scroll position in Glfw and Sdl2App. 8 years ago
Vladimír Vondruš b9c96d76e8 Math: ability to use [Dual]Complex and [Dual]Quaternion in configuration. 8 years ago
Vladimír Vondruš b47db397af CMake: provide paths to Emscripten-specific CSS/JS files. 8 years ago
Vladimír Vondruš 9095954e6d Platform: added Sdl2Application::setContainerCssClass(). 8 years ago
Vladimír Vondruš b2cb689cdc Platform: overhaul builtin style+markup for Emscripten apps. 8 years ago
Vladimír Vondruš 934d9e6bf9 Platform: resize events in Sdl2App on Emscripten, autodetecting size. 8 years ago
Vladimír Vondruš 80ba53dc3c Platform: hide meaningless Sdl2Application window flags on Emscripten. 8 years ago
Vladimír Vondruš 56a933b17c Platform: deprecate Sdl2Application AllowHighDpi window flag. 8 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš ae31c3cd82 Platform: initial HiDPI support in SDL2 app on Linux and Emscripten. 8 years ago
Vladimír Vondruš d70f75a179 Platform: deprecate GlutApplication. 8 years ago
Vladimír Vondruš 64f8a90095 Math: ability to construct a Range from std::pair. 8 years ago
Vladimír Vondruš fe10dbece8 Math: use plane equation in Intersection::planeLine(). 8 years ago
Vladimír Vondruš 49068f066d Math: added planeEquation() helper. 8 years ago
Vladimír Vondruš 8a35299636 Math: added Math::Range::contains() with Range as a parameter. 8 years ago
Vladimír Vondruš 6cb57534e6 Math: implemented intersect() and intersects() for Range. 8 years ago
Vladimír Vondruš 59852ace85 Math: ability to slice Range into lower dimensions. 8 years ago
Vladimír Vondruš d88e79cd9e Math: new Color[34]::fromSrgb[Alpha]() and Color[34]::toSrgb[Alpha]Int(). 8 years ago
Vladimír Vondruš 04f4917f7b Math: disable floating-point vector ops on integral types. 8 years ago
Vladimír Vondruš fafcdcfa1c SceneGraph: ability to affect order of items drawn by Camera. 8 years ago
Vladimír Vondruš 2d76e71abc doc: updated changelog. 8 years ago
Vladimír Vondruš d004db6075 SceneGraph: Camera::setViewport() and draw() don't need to be virtual. 8 years ago
Vladimír Vondruš c60217a6bc AnyImageConverter: detect JPEG output as well. 8 years ago
Vladimír Vondruš fd1572a3a3 Shaders: default ambient color in Phong to transparent black. 8 years ago
Vladimír Vondruš 0e9cb6945e Shaders: define reasonable uniform defaults for all shaders. 8 years ago
Vladimír Vondruš daf287d2a6 Shaders: classical alpha masking support in Phong and Flat. 8 years ago
Vladimír Vondruš 5201176cdb Shaders: assert texturing is enabled when calling Flat::bindTexture(). 8 years ago
Vladimír Vondruš f0a868da9c Shaders: assert on Phong::bindTexture*() if no texture was enabled. 8 years ago
Vladimír Vondruš 0b3e1e3068 Trade: animation import interface in AbstractImporter. 8 years ago
Vladimír Vondruš 9a8f88d59e Bootstrap the Animation library with keyframe interpolation functions. 8 years ago
Vladimír Vondruš 567d73da74 doc: move a new feature to correct section of changelog. 8 years ago
Vladimír Vondruš bc7d047fc3 SceneGraph: new TranslationRotationScalingTransformation[23]D class. 8 years ago
Vladimír Vondruš fbd3dedeb3 Math: add Matrix[34]::rotationShear(), scalingSquared() and scaling(). 8 years ago
Vladimír Vondruš df23d64c99 AnyImageImporter: detect DDS, EXR, HDR, JPEG, PNG and TGA signatures. 8 years ago
Vladimír Vondruš d6189cb74f Trade: support for file loading callbacks in AbstractImporter. 8 years ago
Vladimír Vondruš 327f66183a Trade: debug output for AbstractImageConverter::Feature[s]. 8 years ago
Vladimír Vondruš fe2020bc62 CMake: provide correct alias targets for Any* plugins. 8 years ago
Vladimír Vondruš 2e4beb361c TextureTools: don't require more than 8 texture units in distanceField(). 8 years ago