summaryrefslogtreecommitdiffstats
path: root/AssetLoader (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Few more minor updates to GLTF loaderassiduous2020-09-241-27/+28
* GLTF loader: enabled 8-bit joint indices (fixed https://github.com/DiligentGr...assiduous2020-09-241-6/+22
* Updated GLTF loader to handle non-default stridesassiduous2020-09-241-10/+42
* GLTFLoader: updated bound box calculationsassiduous2020-06-282-46/+12
* GLTF Loader: split GLTF vertex data into two streams: pos, normal, uv0, uv1, ...assiduous2020-05-172-41/+59
* Improved mipmap generation for alpha-cutoff materialsassiduous2020-05-161-8/+121
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous2020-04-081-2/+2
* GLTF Loader: enabled two-sided materialsassiduous2020-03-282-0/+10
* GLTF loader: fixed few issues with handling texture loading errorsassiduous2020-03-251-2/+23
* GLTF loader: using full texture path as key in texture cacheassiduous2020-03-232-4/+11
* GLTF Loader: added optional texture cacheassiduous2020-03-232-19/+107
* Minor update to CMake asset loaderassiduous2020-02-241-1/+1
* Asset loader: added option to enable draco using DRACO_PATHassiduous2020-02-241-0/+9
* Updated cmake file to enable draco compression in tiny gltfassiduous2020-02-241-0/+7
* DXSDKMeshLoader: added line strip topologyassiduous2020-02-051-1/+1
* Renamed .h -> .hpp where appropriateassiduous2020-01-315-6/+6
* Fixed a bunch of minor Linux/iOS/MacOS build issuesassiduous2020-01-292-0/+2
* Updates to comply with the new APIassiduous2020-01-294-13/+13
* Updated copyright noticeassiduous2020-01-014-28/+44
* Fixed c++17 build issueEgor Yusov2019-12-051-0/+2
* Fixed clang-formatting leftover issue in DXSDK Mesh LoaderEgor Yusov2019-11-281-1/+1
* clang-formatted AssetLoaderEgor Yusov2019-11-254-417/+447
* Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLSEgor Yusov2019-11-211-1/+1
* Added install instructionsEgor Yusov2019-11-192-4/+8
* Moved Native App from master repositoryEgor Yusov2019-11-111-1/+1
* Moved third party components from External to ThirdParty folderEgor Yusov2019-09-181-1/+1
* Updated copyright noticeEgor Yusov2019-09-174-4/+4
* DXSDK Mesh loader: computing bounding boxes programmatically when loading the...Egor Yusov2019-07-212-7/+90
* DXSDK Mesh loader: implemented GPU resource initializationEgor Yusov2019-07-202-185/+243
* Added DXSDK Mesh LoaderEgor Yusov2019-07-203-0/+682
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-281-1/+2
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-13/+13
* Updated GLTF loader readmeEgor Yusov2019-05-071-2/+2
* Updated readmeEgor Yusov2019-05-061-2/+2
* Updated readme; added readme for GLTF LoaderEgor Yusov2019-05-063-1/+37
* GLTF Loader: fixed mipmap generation issue on Vulkan on MacEgor Yusov2019-05-051-5/+10
* Fixed variable naming problem causing Linux build errorsEgor Yusov2019-05-052-17/+17
* Fixed a couple of Mac build problemsEgor Yusov2019-05-041-1/+1
* GLTF loader: setting default normal to (0,0,0) so that the shdare can compute...Egor Yusov2019-05-041-1/+1
* GLTF Loader: fixed couple of issues with animationEgor Yusov2019-05-042-4/+3
* GLTF loader: fixed loading specular factorEgor Yusov2019-05-041-2/+2
* GLTF Loader: improved pbr workflow indicationEgor Yusov2019-05-042-5/+5
* GLTF Loader: using linear min filter when the model specifies NEAREST_MIPMAP_...Egor Yusov2019-05-031-1/+1
* Update GLTF loader; fixed warning in KTX loaderEgor Yusov2019-05-031-1/+1
* GLTF Loader: fixed transformsEgor Yusov2019-05-032-18/+15
* GLTF Loader: fixed texture format recognitionEgor Yusov2019-05-011-14/+2
* Updated GLTF loader to use Diligent file system functionsEgor Yusov2019-04-281-10/+60
* Minor update to GLTF loaderEgor Yusov2019-04-282-5/+5
* Minor update to GLTF loaderEgor Yusov2019-04-271-1/+1
* Some updates to GLTF loaderEgor Yusov2019-04-262-108/+56