summaryrefslogtreecommitdiffstats
path: root/AssetLoader (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-12Give access to individual node transformsgltf-c-apis-ol3-15/+86
2021-03-31implement loading GLTF files from memorys-ol3-9/+119
2021-03-30C API for GLTFLoaders-ol5-133/+263
2021-03-27GLTF Loader: fixed default alpha channel value of 3-component texturesassiduous1-1/+1
2021-03-18Fix misc. typosluz paz2-2/+2
2021-01-13Fixed gcc/clang errorassiduous1-1/+1
2021-01-13GLTF Loader: made Model::GPUDataInitialized atomicassiduous2-4/+5
2021-01-13GLTF Loader: moved AlphaMode parameter to Material::ShaderAttribsassiduous2-15/+12
2021-01-13GLTFLoder: added BaseColorAlphaFormat to ResourceCacheUseInfo; added Model::I...assiduous1-4/+21
2021-01-11Few minor updates to GLTF loaderassiduous2-38/+39
2021-01-11GLTF loader: reworked loading of checker board stub textureassiduous1-6/+13
2021-01-11GLTF loader: reworked buffer initialization with user dataassiduous2-115/+100
2021-01-10GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous3-67/+153
2021-01-08Minor fix in GLTF resource managerassiduous1-1/+1
2021-01-08Fixed clang/gcc build errorassiduous1-14/+16
2021-01-08GLTF Loader: added camera loadingassiduous2-11/+83
2021-01-01Updated copyright noticeassiduous6-6/+6
2020-12-14GLTFLoader: added convenience constructor for Model::CreateInfoassiduous1-0/+15
2020-12-12GLTF resource manager: fixed issue with allocation cache not being protected ...assiduous1-2/+4
2020-12-11GLTFLoader: added option to not load animation data and skinassiduous3-47/+63
2020-12-10GLTFLoader: updated node transforms handlingassiduous2-16/+12
2020-12-10GLTF Loader: addedassiduous2-8/+26
2020-12-10GLTFLoader: updated model initialization API; few minor improvements to loadingassiduous2-75/+70
2020-12-10Fixed clang build errorsassiduous1-5/+7
2020-12-10GLTFLoader: fixed variable type/name conflictsassiduous2-35/+36
2020-12-10GLTFLoader: made sure that texture files are not loaded when found in the cacheassiduous2-38/+79
2020-12-09Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlasassiduous4-570/+180
2020-12-05GLTF Loader: enabled caching compressed texturesassiduous2-19/+51
2020-12-05GLTF Resource manager: implemented texture array resizingassiduous4-75/+244
2020-12-03GLTF Loader: fixed names of Material::ALPHA_MODE enum membersassiduous2-6/+6
2020-12-03GLTF loader: updated mesh BB handlingassiduous2-39/+35
2020-12-03GLTF Loader: updated primitives handlingassiduous2-36/+33
2020-12-03GLTF Loader: using dynamic array of joint transform matrices instead of the f...assiduous2-12/+8
2020-12-03GLTF Loader: switched to using texture arraysassiduous2-11/+16
2020-12-02GLTFLoader: reworked material to load material attribs in a shader-friendly f...assiduous2-75/+89
2020-12-02GLTF Loader: fixed few issues with texture cacheassiduous2-88/+91
2020-12-02GLTFResourceManager: added texture allocation cacheassiduous4-125/+226
2020-12-02Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous4-159/+279
2020-12-01GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous4-21/+46
2020-12-01GLTF Loader: implemented buffer suballocation in cacheassiduous3-80/+170
2020-12-01GLTF Loader: updated GPU resource initializationassiduous2-94/+106
2020-12-01GLTF Loader: refactored material textures loadingassiduous2-125/+103
2020-11-30GLTF loader: initial implementation of GLTF resource cacheassiduous5-103/+579
2020-11-30GLTF Loader: added texture coordinate scale and bias for use in texture atlasassiduous1-0/+7
2020-11-25GLTF loader: fixed crash when texture is missingassiduous1-1/+20
2020-11-05GLTFLoader: enabled creating the GLTF models without device contextassiduous2-8/+29
2020-11-05GLTFLoader: made texture cache thread-safeassiduous2-8/+21
2020-10-19Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2-5/+5
2020-10-02GLTF loader: fixed issue with state transition for DDS/KTX texturesassiduous1-11/+19
2020-10-02GLTF Loader: enabled loading of DDS/KTX texturesassiduous1-68/+104