summaryrefslogtreecommitdiffstats
path: root/AssetLoader/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-081-2/+2
| | | | c++ destructors. Added JPEG and PNG encoding/decoding tests
* GLTF Loader: enabled two-sided materialsassiduous2020-03-281-0/+8
|
* 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-231-4/+10
|
* GLTF Loader: added optional texture cacheassiduous2020-03-231-16/+93
|
* DXSDKMeshLoader: added line strip topologyassiduous2020-02-051-1/+1
|
* Renamed .h -> .hpp where appropriateassiduous2020-01-312-3/+3
|
* Fixed a bunch of minor Linux/iOS/MacOS build issuesassiduous2020-01-291-0/+1
|
* Updates to comply with the new APIassiduous2020-01-292-9/+9
|
* Updated copyright noticeassiduous2020-01-012-14/+22
|
* Fixed clang-formatting leftover issue in DXSDK Mesh LoaderEgor Yusov2019-11-281-1/+1
|
* clang-formatted AssetLoaderEgor Yusov2019-11-252-204/+230
|
* Moved third party components from External to ThirdParty folderEgor Yusov2019-09-181-1/+1
|
* Updated copyright noticeEgor Yusov2019-09-172-2/+2
|
* DXSDK Mesh loader: computing bounding boxes programmatically when loading ↵Egor Yusov2019-07-211-0/+39
| | | | the model
* DXSDK Mesh loader: implemented GPU resource initializationEgor Yusov2019-07-201-124/+156
|
* Added DXSDK Mesh LoaderEgor Yusov2019-07-201-0/+318
|
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-281-1/+2
|
* 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-051-15/+15
|
* 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 ↵Egor Yusov2019-05-041-1/+1
| | | | compute it from ddx/ddy
* GLTF Loader: fixed couple of issues with animationEgor Yusov2019-05-041-3/+2
|
* GLTF Loader: improved pbr workflow indicationEgor Yusov2019-05-041-1/+1
|
* GLTF Loader: using linear min filter when the model specifies ↵Egor Yusov2019-05-031-1/+1
| | | | NEAREST_MIPMAP_LINEAR
* Update GLTF loader; fixed warning in KTX loaderEgor Yusov2019-05-031-1/+1
|
* GLTF Loader: fixed transformsEgor Yusov2019-05-031-13/+11
|
* 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-281-4/+4
|
* Minor update to GLTF loaderEgor Yusov2019-04-271-1/+1
|
* Some updates to GLTF loaderEgor Yusov2019-04-261-82/+25
|
* Fixed few issues in GLTF loaderEgor Yusov2019-04-241-18/+21
|
* Implemented texture data loading in gltf loaderEgor Yusov2019-04-241-6/+137
|
* Moved GLTFLoader structures to the headerEgor Yusov2019-04-231-1094/+900
|
* Added AssetLoader project with first implementation of GLTFLoaderEgor Yusov2019-04-231-0/+1372