index
:
DiligentTools
gltf-c-api
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
AssetLoader
/
src
/
GLTFLoader.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
Give access to individual node transforms
gltf-c-api
s-ol
1
-11
/
+11
2021-03-31
implement loading GLTF files from memory
s-ol
1
-9
/
+81
2021-03-30
C API for GLTFLoader
s-ol
1
-24
/
+51
2021-03-27
GLTF Loader: fixed default alpha channel value of 3-component textures
assiduous
1
-1
/
+1
2021-03-18
Fix misc. typos
luz paz
1
-1
/
+1
2021-01-13
GLTF Loader: made Model::GPUDataInitialized atomic
assiduous
1
-2
/
+2
2021-01-13
GLTF Loader: moved AlphaMode parameter to Material::ShaderAttribs
assiduous
1
-5
/
+3
2021-01-11
Few minor updates to GLTF loader
assiduous
1
-35
/
+37
2021-01-11
GLTF loader: reworked loading of checker board stub texture
assiduous
1
-6
/
+13
2021-01-11
GLTF loader: reworked buffer initialization with user data
assiduous
1
-107
/
+91
2021-01-10
GLTF loader: reworked initial texture data to be stored as user data in the t...
assiduous
1
-62
/
+111
2021-01-08
GLTF Loader: added camera loading
assiduous
1
-2
/
+42
2021-01-01
Updated copyright notice
assiduous
1
-1
/
+1
2020-12-11
GLTFLoader: added option to not load animation data and skin
assiduous
1
-36
/
+44
2020-12-10
GLTFLoader: updated node transforms handling
assiduous
1
-15
/
+11
2020-12-10
GLTF Loader: added
assiduous
1
-4
/
+23
2020-12-10
GLTFLoader: updated model initialization API; few minor improvements to loading
assiduous
1
-61
/
+44
2020-12-10
GLTFLoader: fixed variable type/name conflicts
assiduous
1
-31
/
+31
2020-12-10
GLTFLoader: made sure that texture files are not loaded when found in the cache
assiduous
1
-31
/
+69
2020-12-09
Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlas
assiduous
1
-51
/
+64
2020-12-05
GLTF Loader: enabled caching compressed textures
assiduous
1
-19
/
+50
2020-12-05
GLTF Resource manager: implemented texture array resizing
assiduous
1
-7
/
+16
2020-12-03
GLTF Loader: fixed names of Material::ALPHA_MODE enum members
assiduous
1
-2
/
+2
2020-12-03
GLTF loader: updated mesh BB handling
assiduous
1
-34
/
+25
2020-12-03
GLTF Loader: updated primitives handling
assiduous
1
-15
/
+12
2020-12-03
GLTF Loader: using dynamic array of joint transform matrices instead of the f...
assiduous
1
-7
/
+6
2020-12-03
GLTF Loader: switched to using texture arrays
assiduous
1
-2
/
+2
2020-12-02
GLTFLoader: reworked material to load material attribs in a shader-friendly f...
assiduous
1
-26
/
+38
2020-12-02
GLTF Loader: fixed few issues with texture cache
assiduous
1
-88
/
+86
2020-12-02
GLTFResourceManager: added texture allocation cache
assiduous
1
-106
/
+160
2020-12-02
Refcactored GLTFResourceManager: made allocations ref-counted objects
assiduous
1
-24
/
+12
2020-12-01
GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methods
assiduous
1
-3
/
+4
2020-12-01
GLTF Loader: implemented buffer suballocation in cache
assiduous
1
-53
/
+101
2020-12-01
GLTF Loader: updated GPU resource initialization
assiduous
1
-80
/
+98
2020-12-01
GLTF Loader: refactored material textures loading
assiduous
1
-92
/
+54
2020-11-30
GLTF loader: initial implementation of GLTF resource cache
assiduous
1
-92
/
+226
2020-11-25
GLTF loader: fixed crash when texture is missing
assiduous
1
-1
/
+20
2020-11-05
GLTFLoader: enabled creating the GLTF models without device context
assiduous
1
-8
/
+25
2020-11-05
GLTFLoader: made texture cache thread-safe
assiduous
1
-7
/
+14
2020-10-19
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
1
-3
/
+3
2020-10-02
GLTF loader: fixed issue with state transition for DDS/KTX textures
assiduous
1
-11
/
+19
2020-10-02
GLTF Loader: enabled loading of DDS/KTX textures
assiduous
1
-68
/
+104
2020-09-24
Few more minor updates to GLTF loader
assiduous
1
-27
/
+28
2020-09-24
GLTF loader: enabled 8-bit joint indices (fixed https://github.com/DiligentGr...
assiduous
1
-6
/
+22
2020-09-24
Updated GLTF loader to handle non-default strides
assiduous
1
-10
/
+42
2020-06-28
GLTFLoader: updated bound box calculations
assiduous
1
-43
/
+7
2020-05-17
GLTF Loader: split GLTF vertex data into two streams: pos, normal, uv0, uv1, ...
assiduous
1
-32
/
+45
2020-05-16
Improved mipmap generation for alpha-cutoff materials
assiduous
1
-8
/
+121
2020-04-08
Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...
assiduous
1
-2
/
+2
2020-03-28
GLTF Loader: enabled two-sided materials
assiduous
1
-0
/
+8
[next]