summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* GLTF Loader: fixed couple of issues with animationEgor Yusov2019-05-041-1/+1
* GLTF loader: fixed loading specular factorEgor Yusov2019-05-041-2/+2
* GLTF Loader: improved pbr workflow indicationEgor Yusov2019-05-041-4/+4
* GLTF Loader: fixed transformsEgor Yusov2019-05-031-5/+4
* Minor update to GLTF loaderEgor Yusov2019-04-281-1/+1
* Some updates to GLTF loaderEgor Yusov2019-04-261-26/+31
* Implemented texture data loading in gltf loaderEgor Yusov2019-04-241-2/+2
* Moved GLTFLoader structures to the headerEgor Yusov2019-04-231-0/+261
* Added AssetLoader project with first implementation of GLTFLoaderEgor Yusov2019-04-231-0/+28