1707 Commits (08ecbbc380a7dee0fc31f5e3eeaf9a18798cfbcd)

Author SHA1 Message Date
Vladimír Vondruš 5327fe0ae2 CMake: make it possible to build only some plugins as static. 6 years ago
Vladimír Vondruš 6b93a2d364 ShaderTools: fix the input callback snippet to be less wrong. 6 years ago
Vladimír Vondruš 4018e053ba doc: mention an alternative to GL_ARB_shading_language_include. 6 years ago
Vladimír Vondruš 8ec6b18c71 doc: mention MinGW GCC/Clang ABI incompatibility in Windows platform docs. 6 years ago
Vladimír Vondruš 718a23adfc doc: mention the new utils in namespace docs as well. 6 years ago
Vladimír Vondruš f80b238e27 ShaderTools: intro docs for AbstractConverter. 6 years ago
Vladimír Vondruš dcbd860f9b shaderconverter: new tool. 6 years ago
Vladimír Vondruš f1ba6c692b AnyShaderConverter: new plugin. 6 years ago
Vladimír Vondruš 13dfb6472f ShaderTools: bootstrap new library. 6 years ago
Vladimír Vondruš 46a2711fe9 Pointless Travis CI migration. 6 years ago
Vladimír Vondruš f30e9911e2 doc: updated changelog. 6 years ago
Vladimír Vondruš e65d1b8aff Doc++ 6 years ago
Vladimír Vondruš 253b8b9be7 doc: macOS is GL 4.1, not sure why I thought it's 4.2. 6 years ago
Vladimír Vondruš c226bc2d63 Doc++ 6 years ago
Vladimír Vondruš 7231a48fbf Trade,Text: this is a much better example for template file callbacks. 6 years ago
Vladimír Vondruš fce8f18d1c Text: correctly propagate errors when delegating to *SingleData() APIs. 6 years ago
Vladimír Vondruš ff41d45be8 Vk: doc++ 6 years ago
Vladimír Vondruš 9de4717f0e Math: add popcount(). 6 years ago
Vladimír Vondruš 08803885e7 Doc++, updated changelog. 6 years ago
Vladimír Vondruš 81c9cb48f7 Trade: use setStorage() in the ImageData doc snippet as well. 6 years ago
Vladimír Vondruš 567b15486f Shaders: add an ability to control specular light color to Phong. 6 years ago
Vladimír Vondruš 75d238f50b GL: implemented ARB_buffer_storage. 6 years ago
Vladimír Vondruš 25463db8a6 Shaders: alpha doesn't make sense for light colors. 6 years ago
Vladimír Vondruš 7257bbb871 Shaders: rework Phong to support directional and attenuated point lights. 6 years ago
Vladimír Vondruš 88879298a7 sceneconverter: enumerate lights in --info. 6 years ago
Vladimír Vondruš 2b987499e2 Trade: add attenuation, range and cone angle parameters to LightData. 6 years ago
Vladimír Vondruš 18a05309e9 Platform: added view-taking Platform::GlfwApplication::setWindowIcon(). 6 years ago
Vladimír Vondruš ec7592d413 imageconverter: add an --in-place option. 6 years ago
Vladimír Vondruš 884b315ca5 AnySceneImporter: support skin import. 6 years ago
Vladimír Vondruš 903e2c213c Shaders: properly use bitangents in Phong normal map calculation. 6 years ago
Vladimír Vondruš 429eef9aed Doc++ 6 years ago
Vladimír Vondruš 5285dcc986 Shaders: add a normal texture scale parameter to Phong. 6 years ago
Eric Undersander 8b8b9c456b Shaders: remove incorrect light direction normalization in Phong.vert. 6 years ago
William JCM 10cd1728f8 doc: unify hyphenation. 6 years ago
Vladimír Vondruš 712dc32e48 doc: slowly switch over to sRGB. 6 years ago
Vladimír Vondruš ddb7185417 Trade: make AbstractImporter::defaultScene() const. 6 years ago
Vladimír Vondruš 8c24ea19d3 Trade: skin import in AbstractImporter. 6 years ago
Vladimír Vondruš e8b64544df Trade: new SkinData class. 6 years ago
Vladimír Vondruš b248d925e0 doc: add some guidelines on updating plugin interface strings. 6 years ago
Vladimír Vondruš b77eafb9de MeshTools: add generateQuadIndices(). 6 years ago
janos 12529efa89 Trade: various doc fixes. 6 years ago
Vladimír Vondruš 44f67e7748 Trade: rethink common material texture coordinate transform/sets. 6 years ago
Vladimír Vondruš b1a719d67a sceneconverter: list textures in --info. 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š 271b7a7629 Trade: usage docs for MaterialData. 6 years ago
Vladimír Vondruš 106de5fa15 Trade: add named material layer support and a first layer. 6 years ago
Vladimír Vondruš 417471b83c Trade: add FlatMaterialData. 6 years ago
Vladimír Vondruš 69f5f81110 Trade: expose basic PBR material properties and helper classes. 6 years ago