2309 Commits (f84c3679c3e753da316f0d42f5e130836ef21dfa)

Author SHA1 Message Date
Vladimír Vondruš f84c3679c3 Trade: support morph targets in MeshData. 3 years ago
Vladimír Vondruš e509f02da8 doc: update changelog. 3 years ago
Pablo Escobar e1583700e5 debuggers: add MSVC natvis files. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš f589aa1a5d DebugTools: improve pixel view format autodetection in CompareImage. 3 years ago
Vladimír Vondruš 3ccb7a9fc9 Math: utilities for flipping BC1/3/4/5 blocks. 3 years ago
Vladimír Vondruš 39054f1b64 sceneconverter: add --object-hierarchy. 3 years ago
Vladimír Vondruš 47a6bf0185 MeshTools: deprecate owned() in favor of copy(). 3 years ago
Vladimír Vondruš 68ec362b37 SceneTools: add childrenDepthFirst(). 3 years ago
Vladimír Vondruš c32bf7e74c SceneTools: add filterFieldEntries(). 3 years ago
Vladimír Vondruš e7d1e31f46 SceneTools: orderClusterParents() -> parentsBreadthFirst(). 3 years ago
Vladimír Vondruš 4a92ccfadd SceneTools: flattenTransformHierarchy*D() -> absoluteFieldTransform*D(). 3 years ago
Vladimír Vondruš 8eff8f2879 MeshTools: deprecate ID-based filter*Attributes() in favor a new API. 3 years ago
Vladimír Vondruš c5d2472a03 sceneconverter: add a --set option for setting arbitrary plugin config. 3 years ago
Vladimír Vondruš 13d0b0b1c7 sceneconverter: add a --prefer option for plugin overrides. 3 years ago
Vladimír Vondruš bda01768c2 doc: add a checklist of things to not forget with plugin interfaces. 3 years ago
Vladimír Vondruš 89e77a42db Trade: deprecate LightData::Type in favor of LightType. 3 years ago
Vladimír Vondruš 041b1aa654 Trade: improve MeshData, SceneData and MaterialData population docs. 3 years ago
Vladimír Vondruš fe0a46abad Improve docs of image classes. 3 years ago
Vladimír Vondruš 17ab578443 Add a pixelFormat(PixelFormat, UnsignedInt, bool) helper. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 6afbb4afd2 Improve vertex format related docs. 3 years ago
Vladimír Vondruš bc1859f653 Trade: add animationTrackType{Size,Alignment}(). 3 years ago
Vladimír Vondruš f43fa6ff95 Math: add APIs for quaternion reflection. 3 years ago
Vladimír Vondruš 3e8d393b86 Fix build with CORRADE_STANDARD_ASSERT. 3 years ago
Vladimír Vondruš be9a3c247d Math: change all assertions to debug-only. 3 years ago
Vladimír Vondruš 8782d57ba6 GL: fix "firefox-fake-disjoint-timer-query-webgl2" detection. 3 years ago
Vladimír Vondruš c1239b6619 Shaders: add PhongGL::Flag::DoubleSided. 3 years ago
Vladimír Vondruš 0b66b85c20 Primitives: mark primitive data as global where appropriate. 3 years ago
Vladimír Vondruš 6c2ea21d31 distancefieldconverter: make it work on GLES 3+. 3 years ago
Vladimír Vondruš 5f55f9e756 TextureTools: add a DistanceField overload taking a framebuffer. 3 years ago
Vladimír Vondruš ad8aca370c MeshTools: make generateLines() public. 3 years ago
Vladimír Vondruš 11ae06a4b5 SceneTools: generalize flatten{Mesh -> Transformation}Hierarchy(). 3 years ago
Vladimír Vondruš 6034ea3d33 doc: don't compile the exact same snippet file twice. 3 years ago
Vladimír Vondruš 9bbbee6f56 MeshTools: port away from std::pair in remaining APIs. 3 years ago
Vladimír Vondruš 2c1b64b3df doc: port away from std::pair in a screenshot generator helper. 3 years ago
Vladimír Vondruš 9a089ad2cf Vk: port away from std::pair in remaining APIs. 3 years ago
Vladimír Vondruš 12fc59bf19 Add macros with plugin interface strings for easier updates. 3 years ago
Vladimír Vondruš 3e1ce9f35c Math: add branch-less BitVector::set() and reset(). 3 years ago
Vladimír Vondruš dfe37f61d1 Math: redo Matrix4::normalMatrix() as an inverse transpose. 3 years ago
Vladimír Vondruš 94e9961a30 Trade: provide better AnimationTrackData constructors. 3 years ago
Vladimír Vondruš 6a129b2cd2 Animation: add TrackViewStorage::interpolator(). 3 years ago
Vladimír Vondruš 953ebebba9 doc: update changelog. 3 years ago
Vladimír Vondruš 33be039ef4 Trade: rename AnimationTrackTargetType to AnimationTrackTarget. 3 years ago
Vladimír Vondruš b20ab3acd6 Trade: expand AnimationTrackTargetType to 16 bits. 3 years ago
Vladimír Vondruš cc9db2d610 MeshTools: show the more common way of using custom shader attributes. 3 years ago
Vladimír Vondruš 7e79216c34 doc: use a shorthand expression for populating a GL::Buffer. 3 years ago
Vladimír Vondruš 5f0aa9582d doc: mention the new SpngImporter in the file format tables. 3 years ago
Vladimír Vondruš b38d3eea89 Shaders: add SSBO support to all shaders. 3 years ago
Vladimír Vondruš 54f7824f2d doc: update changelog. 3 years ago