summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface/GLTFLoader.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C API for GLTFLoaders-ol2021-03-301-517/+0
* Fixed gcc/clang errorassiduous2021-01-131-1/+1
* GLTF Loader: made Model::GPUDataInitialized atomicassiduous2021-01-131-2/+3
* GLTF Loader: moved AlphaMode parameter to Material::ShaderAttribsassiduous2021-01-131-10/+9
* GLTFLoder: added BaseColorAlphaFormat to ResourceCacheUseInfo; added Model::I...assiduous2021-01-131-4/+21
* Few minor updates to GLTF loaderassiduous2021-01-111-3/+2
* GLTF loader: reworked buffer initialization with user dataassiduous2021-01-111-8/+9
* Fixed clang/gcc build errorassiduous2021-01-081-14/+16
* GLTF Loader: added camera loadingassiduous2021-01-081-9/+41
* Updated copyright noticeassiduous2021-01-011-1/+1
* GLTFLoader: added convenience constructor for Model::CreateInfoassiduous2020-12-141-0/+15
* GLTFLoader: added option to not load animation data and skinassiduous2020-12-111-8/+13
* GLTFLoader: updated node transforms handlingassiduous2020-12-101-1/+1
* GLTF Loader: addedassiduous2020-12-101-4/+3
* GLTFLoader: updated model initialization API; few minor improvements to loadingassiduous2020-12-101-14/+26
* GLTFLoader: fixed variable type/name conflictsassiduous2020-12-101-4/+5
* Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlasassiduous2020-12-091-46/+19
* GLTF Resource manager: implemented texture array resizingassiduous2020-12-051-0/+12
* GLTF Loader: fixed names of Material::ALPHA_MODE enum membersassiduous2020-12-031-4/+4
* GLTF loader: updated mesh BB handlingassiduous2020-12-031-5/+10
* GLTF Loader: updated primitives handlingassiduous2020-12-031-21/+21
* GLTF Loader: using dynamic array of joint transform matrices instead of the f...assiduous2020-12-031-5/+2
* GLTF Loader: switched to using texture arraysassiduous2020-12-031-9/+14
* GLTFLoader: reworked material to load material attribs in a shader-friendly f...assiduous2020-12-021-49/+51
* GLTF Loader: fixed few issues with texture cacheassiduous2020-12-021-0/+5
* GLTFResourceManager: added texture allocation cacheassiduous2020-12-021-12/+1
* Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-021-17/+18
* GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous2020-12-011-11/+24
* GLTF Loader: implemented buffer suballocation in cacheassiduous2020-12-011-21/+62
* GLTF Loader: updated GPU resource initializationassiduous2020-12-011-14/+8
* GLTF Loader: refactored material textures loadingassiduous2020-12-011-33/+49
* GLTF loader: initial implementation of GLTF resource cacheassiduous2020-11-301-7/+48
* GLTF Loader: added texture coordinate scale and bias for use in texture atlasassiduous2020-11-301-0/+7
* GLTFLoader: enabled creating the GLTF models without device contextassiduous2020-11-051-0/+4
* GLTFLoader: made texture cache thread-safeassiduous2020-11-051-1/+7
* GLTFLoader: updated bound box calculationsassiduous2020-06-281-3/+5
* GLTF Loader: split GLTF vertex data into two streams: pos, normal, uv0, uv1, ...assiduous2020-05-171-9/+14
* GLTF Loader: enabled two-sided materialsassiduous2020-03-281-0/+2
* GLTF loader: using full texture path as key in texture cacheassiduous2020-03-231-0/+1
* GLTF Loader: added optional texture cacheassiduous2020-03-231-3/+14
* Renamed .h -> .hpp where appropriateassiduous2020-01-311-0/+302