summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface/GLTFLoader.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give access to individual node transformsgltf-c-apis-ol2021-04-121-0/+25
|
* implement loading GLTF files from memorys-ol2021-03-311-0/+27
|
* C API for GLTFLoaders-ol2021-03-301-0/+178
|
* Renamed .h -> .hpp where appropriateassiduous2020-01-311-302/+0
|
* Fixed a bunch of minor Linux/iOS/MacOS build issuesassiduous2020-01-291-0/+1
|
* Updates to comply with the new APIassiduous2020-01-291-2/+2
|
* Updated copyright noticeassiduous2020-01-011-7/+11
|
* Fixed c++17 build issueEgor Yusov2019-12-051-0/+2
|
* clang-formatted AssetLoaderEgor Yusov2019-11-251-77/+80
|
* Added install instructionsEgor Yusov2019-11-191-4/+4
|
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
|
* 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