193 Commits (dbc67a01ced7fcbd55e8341f9a35deea2968c795)

Author SHA1 Message Date
Vladimír Vondruš 9fa90997ac Trade: fix cone angle defaults in LightData. 6 years ago
Vladimír Vondruš fb972b262b Trade: explicitly test a case with failed conversion written to a file. 6 years ago
Vladimír Vondruš 485780af3a Trade: KDevelop, come on, learn to not do this already. 6 years ago
Vladimír Vondruš 3fd5a734ae Trade: I'm too old for this much needless code duplication. 6 years ago
Vladimír Vondruš 8b665884f0 Trade: change LightData range attenuation to do 1 + d^2 in denominator. 6 years ago
Vladimír Vondruš d1949a4941 Trade: add ambient light type as well. 6 years ago
Vladimír Vondruš 2b987499e2 Trade: add attenuation, range and cone angle parameters to LightData. 6 years ago
Vladimír Vondruš ddb7185417 Trade: make AbstractImporter::defaultScene() const. 6 years ago
Vladimír Vondruš 5217f48499 Trade: disallow custom deleters in AbstractImporter::skinXD(). 6 years ago
Vladimír Vondruš 8c24ea19d3 Trade: skin import in AbstractImporter. 6 years ago
Vladimír Vondruš d7a4f3bacd Trade: ability to reference a skin from MeshObjectData. 6 years ago
Vladimír Vondruš e8b64544df Trade: new SkinData class. 6 years ago
Vladimír Vondruš 3bfe0f1d7f Trade: minor test cleanup. 6 years ago
Vladimír Vondruš 3ffcdf1865 Trade: improve compat of deprecated PhongMaterialData::textureMatrix(). 6 years ago
Vladimír Vondruš 79e8fa0b05 Trade: add a query for packed clearcoat factor/roughness texture. 6 years ago
Vladimír Vondruš c2942ce7ac Trade: material packing queries definitely check for different IDs, right? 6 years ago
Vladimír Vondruš 44f67e7748 Trade: rethink common material texture coordinate transform/sets. 6 years ago
Vladimír Vondruš 829e9b6d0f Trade: add forgotten OcclusionTextureStrength attribute. 6 years ago
Vladimír Vondruš b3a848c0d6 Trade: sigh, MSVC 2015, again. 6 years ago
Vladimír Vondruš baa23ffd10 Trade: and you, MSVC 2015, need a special place in hell. 6 years ago
Vladimír Vondruš f9edbcdd24 Trade: rework metallic/roughness packing. 6 years ago
Vladimír Vondruš ef17497801 Trade: added MaterialAttribute::NormalTextureScale. 6 years ago
Vladimír Vondruš 9c00efa7e0 Trade: MaterialTextureSwizzle::GA for normal maps and related utils. 6 years ago
Vladimír Vondruš 106de5fa15 Trade: add named material layer support and a first layer. 6 years ago
Vladimír Vondruš 0654fe2cb0 Trade: add builtin material layer factor + texture attributes. 6 years ago
Vladimír Vondruš 417471b83c Trade: add FlatMaterialData. 6 years ago
Vladimír Vondruš a84721d4b7 Trade: clearer asserts for "packable" textures. 6 years ago
Vladimír Vondruš 841d28b506 Trade: add MaterialData::as(). 6 years ago
Vladimír Vondruš 69f5f81110 Trade: expose basic PBR material properties and helper classes. 6 years ago
Vladimír Vondruš d3b346eda5 Trade: add a MaterialTextureSwizzle enum. 6 years ago
Vladimír Vondruš b5fdfc2474 Trade: check for custom MaterialData deleters in AbstractImporter. 6 years ago
Vladimír Vondruš 0ec8e002fb Trade: return Optional instead of Pointer from *Importer::material(). 6 years ago
Vladimír Vondruš 0510449b36 Trade: material layer support in the new MaterialData. 6 years ago
Vladimír Vondruš b424b9dc4b Trade: allow storing strings in MaterialData. 6 years ago
Vladimír Vondruš c59fa42e7b Trade: allow storing 64bit ints and pointers in MaterialData. 6 years ago
Vladimír Vondruš 8456537fef Trade: deprecate AbstractMaterialData, rewrite PhongMaterialData. 6 years ago
Vladimír Vondruš f250e7a4c9 Trade: add a type enum *set* to MaterialData. 6 years ago
Vladimír Vondruš 9992614c3d Trade: "optional" access to MaterialData attributes. 6 years ago
Vladimír Vondruš 14d260a3ea Trade: a redesigned MaterialData class. 6 years ago
Vladimír Vondruš 6811198532 Trade: rename MaterialData::*CoordinateSet() to *TextureCoordinates(). 6 years ago
Vladimír Vondruš b7199c0710 Trade: remove deprecated mutable accessors in PhongMaterialData. 6 years ago
Vladimír Vondruš ad27487e4c Trade: minor. 6 years ago
Vladimír Vondruš 1d0ffc0217 Trade: accidentally missed a test for empty MeshAttributeData. 6 years ago
Vladimír Vondruš 769e27340f Trade: AbstractImporter::importerState() expects a file to be opened. 6 years ago
Vladimír Vondruš 96f82ad124 Trade: unify array MeshAttributeData constructors. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš f5822e9384 Trade: properly include array size in attribute stride checks. 6 years ago
Vladimír Vondruš dca9dc492d Trade: fix ambiguity when instantiating nullptr array MeshAttributeData. 6 years ago
Vladimír Vondruš 521a3dac0b Trade: make creation of non-owning MeshData references easier. 6 years ago
Vladimír Vondruš 2dc47839ef Trade: bootstrap scene converter plugins. 6 years ago