10437 Commits (25b4bae09b8d83fc5c7446f051ff283205bbba5f)
 

Author SHA1 Message Date
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
Vladimír Vondruš d06d80596b sceneconverter: forgot to include --set in the docs. 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š 12c58babe2 sceneconverter: add --passthrough-on-*-converter-failure. 3 years ago
Vladimír Vondruš f480426124 SceneTools: doc++ 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š 3a9111df93 AnySceneImporter: proxy custom animation track target names. 3 years ago
Vladimír Vondruš 7304ccc1e3 AnySceneConverter: proxy custom animation track name setting. 3 years ago
Vladimír Vondruš 07ffe71cec AnySceneConverter: uhh why these were all exported?! 3 years ago
Vladimír Vondruš 2bba1834a0 Trade: ability to specify custom animation target names on conversion. 3 years ago
Vladimír Vondruš 8764e25caa Doc++ 3 years ago
Vladimír Vondruš eabba4f155 Trade,SceneTools: use lowercase in custom field / attribute name tests. 3 years ago
Vladimír Vondruš 509bad3462 Trade: don't unwrap custom attribute/field names when passing to do*(). 3 years ago
Vladimír Vondruš b7de0916ab Trade: make SceneData::releaseData() and releaseFieldData() independent. 3 years ago
Vladimír Vondruš 89e77a42db Trade: deprecate LightData::Type in favor of LightType. 3 years ago
Vladimír Vondruš 73f5f0b8b0 Document how *Flag::Quiet and *Flag::Verbose is used by plugins. 3 years ago
Vladimír Vondruš 65e15f238e Math: improve Vector::flipped() docs. 3 years ago
Vladimír Vondruš 041b1aa654 Trade: improve MeshData, SceneData and MaterialData population docs. 3 years ago
Vladimír Vondruš f14d4053da Trade: clarify also offset-only SceneFieldData usage. 3 years ago
Vladimír Vondruš 2c27831b0a MeshTools,Trade: clarify why offset-only attributes can't be used. 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š b9412c42d3 TgaImporter: consistently use "gray" instead of "grey" everywhere. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 332bcb62fa It makes no sense to call isPixelFormatSrgb() on a depth/stencil format. 3 years ago
Vladimír Vondruš 6afbb4afd2 Improve vertex format related docs. 3 years ago
John Turner e851b21e28 Trade: fix documentation copy-paste error. 3 years ago
Vladimír Vondruš fee1d23445 Math: expand silly warning suppression in a test to GCC 13. 3 years ago
Vladimír Vondruš bc1859f653 Trade: add animationTrackType{Size,Alignment}(). 3 years ago
Vladimír Vondruš ca4c8f4522 Trade: minor code motion. 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š 657725c4c0 Trade: fix & improve SceneData checks for matching field mapping. 3 years ago
Vladimír Vondruš 25b2840b15 SceneTools: same-type Math::castInto() exists now, use it. 3 years ago
Vladimír Vondruš 1634ca8458 SceneTools: test non-contiguous mapping views in combine(). 3 years ago