index
:
DiligentTools
gltf-c-api
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Give access to individual node transforms
gltf-c-api
s-ol
2021-04-12
3
-15
/
+86
|
*
implement loading GLTF files from memory
s-ol
2021-03-31
3
-9
/
+119
|
*
C API for GLTFLoader
s-ol
2021-03-30
5
-133
/
+263
|
*
GLTF Loader: fixed default alpha channel value of 3-component textures
assiduous
2021-03-27
1
-1
/
+1
|
*
Replaced Align with AlignUp
assiduous
2021-03-19
2
-2
/
+2
|
*
Merge pull request #21 from luzpaz/typos
Assiduous
2021-03-18
17
-27
/
+27
|
\
|
|
|
|
Fix misc. typos
|
*
Fix misc. typos
luz paz
2021-03-18
17
-27
/
+27
|
/
|
|
Found via `codespell`
*
Updated readme
Assiduous
2021-03-03
1
-1
/
+1
|
*
Added line of code badge
assiduous
2021-03-03
2
-0
/
+2
|
*
imgui: fixed MacOS error
assiduous
2021-02-17
1
-1
/
+1
|
*
Updated imgui
assiduous
2021-02-17
3
-5
/
+6
|
*
Travis: updated XCode to 12.2
assiduous
2021-02-08
1
-2
/
+2
|
*
Fixed gcc/clang error
assiduous
2021-01-13
1
-1
/
+1
|
*
GLTF Loader: made Model::GPUDataInitialized atomic
assiduous
2021-01-13
2
-4
/
+5
|
*
GLTF Loader: moved AlphaMode parameter to Material::ShaderAttribs
assiduous
2021-01-13
2
-15
/
+12
|
*
GLTFLoder: added BaseColorAlphaFormat to ResourceCacheUseInfo; added ↵
assiduous
2021-01-13
1
-4
/
+21
|
|
|
|
Model::IsGPUDataInitialized()
*
Few minor updates to GLTF loader
assiduous
2021-01-11
2
-38
/
+39
|
*
GLTF loader: reworked loading of checker board stub texture
assiduous
2021-01-11
1
-6
/
+13
|
*
GLTF loader: reworked buffer initialization with user data
assiduous
2021-01-11
2
-115
/
+100
|
*
GLTF loader: reworked initial texture data to be stored as user data in the ↵
assiduous
2021-01-10
7
-87
/
+181
|
|
|
|
texture/allocation to make sure that GPU data is always initialized before the first use
*
Minor fix in GLTF resource manager
assiduous
2021-01-08
1
-1
/
+1
|
*
Fixed clang/gcc build error
assiduous
2021-01-08
1
-14
/
+16
|
*
GLTF Loader: added camera loading
assiduous
2021-01-08
2
-11
/
+83
|
*
Updated more copyright notices
assiduous
2021-01-04
12
-12
/
+12
|
*
Reverted local changes to build.gradle
assiduous
2021-01-04
1
-8
/
+1
|
*
Readme: updated Contributing section
assiduous
2021-01-03
1
-2
/
+4
|
*
Updated copyright notice
assiduous
2021-01-01
43
-43
/
+50
|
*
GLTFLoader: added convenience constructor for Model::CreateInfo
assiduous
2020-12-14
1
-0
/
+15
|
*
GLTF resource manager: fixed issue with allocation cache not being protected ↵
assiduous
2020-12-12
1
-2
/
+4
|
|
|
|
by mutex
*
GLTFLoader: added option to not load animation data and skin
assiduous
2020-12-11
3
-47
/
+63
|
*
GLTFLoader: updated node transforms handling
assiduous
2020-12-10
2
-16
/
+12
|
*
GLTF Loader: added
assiduous
2020-12-10
2
-8
/
+26
|
*
GLTFLoader: updated model initialization API; few minor improvements to loading
assiduous
2020-12-10
2
-75
/
+70
|
*
Fixed clang build errors
assiduous
2020-12-10
1
-5
/
+7
|
*
GLTFLoader: fixed variable type/name conflicts
assiduous
2020-12-10
2
-35
/
+36
|
*
GLTFLoader: made sure that texture files are not loaded when found in the cache
assiduous
2020-12-10
2
-38
/
+79
|
*
Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlas
assiduous
2020-12-09
4
-570
/
+180
|
*
GLTF Loader: enabled caching compressed textures
assiduous
2020-12-05
2
-19
/
+51
|
*
GLTF Resource manager: implemented texture array resizing
assiduous
2020-12-05
4
-75
/
+244
|
*
GLTF Loader: fixed names of Material::ALPHA_MODE enum members
assiduous
2020-12-03
2
-6
/
+6
|
*
GLTF loader: updated mesh BB handling
assiduous
2020-12-03
2
-39
/
+35
|
*
GLTF Loader: updated primitives handling
assiduous
2020-12-03
2
-36
/
+33
|
*
GLTF Loader: using dynamic array of joint transform matrices instead of the ↵
assiduous
2020-12-03
2
-12
/
+8
|
|
|
|
fixed one
*
GLTF Loader: switched to using texture arrays
assiduous
2020-12-03
2
-11
/
+16
|
*
GLTFLoader: reworked material to load material attribs in a shader-friendly ↵
assiduous
2020-12-02
2
-75
/
+89
|
|
|
|
format
*
GLTF Loader: fixed few issues with texture cache
assiduous
2020-12-02
2
-88
/
+91
|
*
GLTFResourceManager: added texture allocation cache
assiduous
2020-12-02
4
-125
/
+226
|
*
Refcactored GLTFResourceManager: made allocations ref-counted objects
assiduous
2020-12-02
4
-159
/
+279
|
*
GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methods
assiduous
2020-12-01
4
-21
/
+46
|
*
GLTF Loader: implemented buffer suballocation in cache
assiduous
2020-12-01
3
-80
/
+170
|
[next]