10475 Commits (13e18ebba7a05892b334ce103faadb636e97bc56)
 

Author SHA1 Message Date
Vladimír Vondruš 13e18ebba7 DebugTools: more convenience CompareImage constructors. 3 years ago
Vladimír Vondruš 2975e7af15 Doc++ 3 years ago
Vladimír Vondruš 0866e5c6e0 AnyImageConverter: adapt test to magnum-plugins changes. 3 years ago
Vladimír Vondruš 25441e7468 *converter: support adding new option keys by prefixing them with +. 3 years ago
Vladimír Vondruš 4b765e9b12 AnySceneConverter: GCC 4.8, don't crash on me. 3 years ago
Vladimír Vondruš ebfed3697e AnySceneConverter: don't be lazy and test this properly as well. 3 years ago
Vladimír Vondruš 7fd5eec964 AnySceneImporter: properly propagate mesh level count. 3 years ago
Vladimír Vondruš 89aaf09217 AnySceneImporter: don't be lazy and properly test everything. 3 years ago
Vladimír Vondruš 22c20bee4c AnyImageImporter: properly test level count propagation. 3 years ago
Vladimír Vondruš 05f42fb446 sceneconverter: adapt test to GltfSceneConverter changes. 3 years ago
Vladimír Vondruš 71516ab436 Platform: properly tell GLFW to use EGL if desired. 3 years ago
Vladimír Vondruš 7aec058ba4 Trade: add SceneFieldFlag::MultiEntry. 3 years ago
Vladimír Vondruš 1c32aed1ef Trade: minor. 3 years ago
Vladimír Vondruš 19d9c5bedd Trade: check that the importer is opened in addSupportedImporterContents(). 3 years ago
Vladimír Vondruš 39054f1b64 sceneconverter: add --object-hierarchy. 3 years ago
Vladimír Vondruš bc5d127bd6 sceneconverter: don't query Arguments value unnecessarily often. 3 years ago
Vladimír Vondruš 9cd03baab3 Trade: allow calling setMeshAttributeName() on single-mesh converters. 3 years ago
Vladimír Vondruš 6d1c7d7a28 SceneTools: add copy(). 3 years ago
Vladimír Vondruš b34468146d Trade: SceneFieldData::size() should be a std::size_t, not UnsignedLong. 3 years ago
Vladimír Vondruš 2a707b8ea4 MaterialTools: add copy(). 3 years ago
Vladimír Vondruš b27e7ef865 MeshTools: rewrite copy() tests without using Primitives. 3 years ago
Vladimír Vondruš 015c8bba99 MeshTools: remove obsolete TODO in copy(), tighten the checks a bit. 3 years ago
Vladimír Vondruš 3bcc847596 MeshTools: preserve offset-only attributes in copy(). 3 years ago
Vladimír Vondruš d0124b268e MeshTools: explicitly use default array deleters in copy(). 3 years ago
Vladimír Vondruš 47a6bf0185 MeshTools: deprecate owned() in favor of copy(). 3 years ago
Vladimír Vondruš d4583adbef SceneTools: preserve field flags in filterFieldEntries(). 3 years ago
Vladimír Vondruš 68ec362b37 SceneTools: add childrenDepthFirst(). 3 years ago
Vladimír Vondruš 8a4c9941b1 SceneTools: minor cleanup. 3 years ago
Vladimír Vondruš 085ae0ee8d SceneTools: add filterObjects(). 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š 8578c179e1 SceneTools: don't bother saving compile times in a deprecated header. 3 years ago
Vladimír Vondruš 1e813908ec SceneTools: add filterFields(), filter{Only,Except}Fields(). 3 years ago
Vladimír Vondruš 0a8ebfbea5 MeshTools: tighten up filter{Only,Except}Attributes() behavior. 3 years ago
Vladimír Vondruš 67831511cf SceneTools: handle enforced shared mapping in combineFields(). 3 years ago
Vladimír Vondruš bdc28190e0 Trade: extract checks for shared scene field mapping. 3 years ago
Vladimír Vondruš 7cfd41982c SceneTools: make the combineFields() assertion test work on ARM64. 3 years ago
Vladimír Vondruš 25b4bae09b SceneTools: support strings in combineFields(). 3 years ago
Vladimír Vondruš cc0db3dd08 Trade: assertions for string data being too far apart on 64 bits. 3 years ago
Vladimír Vondruš 6ef3842d7c Trade: use debug asserts given they're tested as debug asserts. 3 years ago
Vladimír Vondruš 3a8bf6b82e Trade: minor cleanup in SceneData internals. 3 years ago
Vladimír Vondruš f41b1f4fae SceneTools: support SceneFieldType::Bit in combineFields(). 3 years ago
Vladimír Vondruš c8809e6dde SceneTools: further improve readability in combineFields() internals. 3 years ago
Vladimír Vondruš ba892c0ca7 SceneTools: tighten up & publish combineFields(). 3 years ago
Vladimír Vondruš a99c5bd4e1 SceneTools: minor cleanup in the tests. 3 years ago
Vladimír Vondruš 966b76fd71 MaterialTools: ensure the default deleter in filter{Attributes,Layers}(). 3 years ago
Vladimír Vondruš 1a7a79b923 sceneconverter: update a TODO. 3 years ago
Vladimír Vondruš c4607e38fc MeshTools: port away from deprecated filterOnlyAttibutes() in transform(). 3 years ago
Vladimír Vondruš 8eff8f2879 MeshTools: deprecate ID-based filter*Attributes() in favor a new API. 3 years ago