summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface (follow)
Commit message (Expand)AuthorAgeFilesLines
* Few minor updates to GLTF loaderassiduous2021-01-111-3/+2
* GLTF loader: reworked buffer initialization with user dataassiduous2021-01-111-8/+9
* GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous2021-01-101-1/+19
* Fixed clang/gcc build errorassiduous2021-01-081-14/+16
* GLTF Loader: added camera loadingassiduous2021-01-081-9/+41
* Updated copyright noticeassiduous2021-01-013-3/+3
* GLTFLoader: added convenience constructor for Model::CreateInfoassiduous2020-12-141-0/+15
* GLTFLoader: added option to not load animation data and skinassiduous2020-12-112-11/+19
* 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
* Fixed clang build errorsassiduous2020-12-101-5/+7
* GLTFLoader: fixed variable type/name conflictsassiduous2020-12-101-4/+5
* Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlasassiduous2020-12-092-291/+70
* GLTF Resource manager: implemented texture array resizingassiduous2020-12-052-17/+91
* 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-022-16/+17
* Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-022-63/+154
* GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous2020-12-012-14/+32
* GLTF Loader: implemented buffer suballocation in cacheassiduous2020-12-012-27/+69
* 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-302-7/+210
* 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-312-0/+0
* Fixed a bunch of minor Linux/iOS/MacOS build issuesassiduous2020-01-291-0/+1
* Updates to comply with the new APIassiduous2020-01-292-4/+4
* Updated copyright noticeassiduous2020-01-012-14/+22
* Fixed c++17 build issueEgor Yusov2019-12-051-0/+2
* clang-formatted AssetLoaderEgor Yusov2019-11-252-213/+217
* Added install instructionsEgor Yusov2019-11-191-4/+4
* Updated copyright noticeEgor Yusov2019-09-172-2/+2
* DXSDK Mesh loader: computing bounding boxes programmatically when loading the...Egor Yusov2019-07-211-7/+51
* DXSDK Mesh loader: implemented GPU resource initializationEgor Yusov2019-07-201-61/+87
* Added DXSDK Mesh LoaderEgor Yusov2019-07-201-0/+362
* Updated readme; added readme for GLTF LoaderEgor Yusov2019-05-061-1/+0
* Fixed variable naming problem causing Linux build errorsEgor Yusov2019-05-051-2/+2