749 Commits (0f026cd3144870e9b05bbfcae2ba0d0697dab670)

Author SHA1 Message Date
Vladimír Vondruš f30e9911e2 doc: updated changelog. 6 years ago
Vladimír Vondruš fce8f18d1c Text: correctly propagate errors when delegating to *SingleData() APIs. 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š 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
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š b77eafb9de MeshTools: add generateQuadIndices(). 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š ef17497801 Trade: added MaterialAttribute::NormalTextureScale. 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
Vladimír Vondruš 0ec8e002fb Trade: return Optional instead of Pointer from *Importer::material(). 6 years ago
Vladimír Vondruš 8456537fef Trade: deprecate AbstractMaterialData, rewrite PhongMaterialData. 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š 851af4fded GL: add *Texture::target(). 6 years ago
Vladimír Vondruš 8b9bf07dce SceneGraph: added Object::move(). 6 years ago
Vladimír Vondruš b05a7ce3b7 Fix generation of the version.h header when inside a Git submodule. 6 years ago
Vladimír Vondruš c357a449fc MeshTools: use only the first set of vertex attribs in compile(). 6 years ago
Vladimír Vondruš f052fc43ec Trade: oh, those material APIs were also long-deprecated. Delete. 6 years ago
Vladimír Vondruš f1c713f4c8 Minor cleanup, doc++, updated changelog & credits. 6 years ago
Vladimír Vondruš 80a844c6c5 external: avoid conflicts of our GL headers with GLES3/gl32.h. 6 years ago
Vladimír Vondruš cec77c0a80 SceneGraph: remove constructor signature requirements in addChild(). 6 years ago
Vladimír Vondruš 8ac9750a81 Platform: properly initialize EmscriptenApp GLConfiguration. 6 years ago
erikwijmans 68aec7b088 Platform: *really* destroy EGL context in WindowlessEglApp destructor. 6 years ago
Vladimír Vondruš 8d4dda12cd GL: recognize all remaining WebGL extensions. 6 years ago
Vladimír Vondruš af73929c67 GL: implemented WEBGL_blend_equation_advanced_coherent. 6 years ago
Vladimír Vondruš bb5004dbb5 GL: added Framebuffer::Status::IncompleteDimensions. 6 years ago
Vladimír Vondruš 083ecf72b8 GL: implement EXT_texture_norm16 ES and WebGL extension. 6 years ago
Vladimír Vondruš 868843c9bb Remove heavy compatibility includes added in 2019.01. 6 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš cf4dc69f0d sceneconverter: add a --bounds option. 6 years ago
Vladimír Vondruš 8606b9e097 doc: sceneconverter belongs to MeshTools. 6 years ago