-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] : add feature #156 for modify the file infos during scan, here …
…for the splitted gltf file format as demo [UPD] : update of readme ofr feature #156 [UPD] : update of ImGuiFileDialog for feature #156 [ADD] : add some gltf files samples for feature #156
- Loading branch information
Showing
13 changed files
with
535 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"asset" : { | ||
"generator" : "Khronos glTF Blender I/O v1.8.19", | ||
"version" : "2.0" | ||
}, | ||
"scene" : 0, | ||
"scenes" : [ | ||
{ | ||
"name" : "Scene", | ||
"nodes" : [ | ||
0 | ||
] | ||
} | ||
], | ||
"nodes" : [ | ||
{ | ||
"mesh" : 0, | ||
"name" : "Cube" | ||
} | ||
], | ||
"meshes" : [ | ||
{ | ||
"name" : "Cube", | ||
"primitives" : [ | ||
{ | ||
"attributes" : { | ||
"POSITION" : 0, | ||
"NORMAL" : 1 | ||
}, | ||
"indices" : 2 | ||
} | ||
] | ||
} | ||
], | ||
"accessors" : [ | ||
{ | ||
"bufferView" : 0, | ||
"componentType" : 5126, | ||
"count" : 24578, | ||
"max" : [ | ||
1.000000238418579, | ||
1.000000238418579, | ||
1.000000238418579 | ||
], | ||
"min" : [ | ||
-1.000000238418579, | ||
-1.000000238418579, | ||
-1.000000238418579 | ||
], | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 1, | ||
"componentType" : 5126, | ||
"count" : 24578, | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 2, | ||
"componentType" : 5123, | ||
"count" : 147456, | ||
"type" : "SCALAR" | ||
} | ||
], | ||
"bufferViews" : [ | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 294936, | ||
"byteOffset" : 0 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 294936, | ||
"byteOffset" : 294936 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 294912, | ||
"byteOffset" : 589872 | ||
} | ||
], | ||
"buffers" : [ | ||
{ | ||
"byteLength" : 884784, | ||
"uri" : "cube.bin" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"asset" : { | ||
"generator" : "Khronos glTF Blender I/O v1.8.19", | ||
"version" : "2.0" | ||
}, | ||
"scene" : 0, | ||
"scenes" : [ | ||
{ | ||
"name" : "Scene", | ||
"nodes" : [ | ||
0 | ||
] | ||
} | ||
], | ||
"nodes" : [ | ||
{ | ||
"mesh" : 0, | ||
"name" : "Icosphere" | ||
} | ||
], | ||
"meshes" : [ | ||
{ | ||
"name" : "Icosphere.004", | ||
"primitives" : [ | ||
{ | ||
"attributes" : { | ||
"POSITION" : 0, | ||
"NORMAL" : 1 | ||
}, | ||
"indices" : 2 | ||
} | ||
] | ||
} | ||
], | ||
"accessors" : [ | ||
{ | ||
"bufferView" : 0, | ||
"componentType" : 5126, | ||
"count" : 40962, | ||
"max" : [ | ||
1, | ||
0.9999999403953552, | ||
1 | ||
], | ||
"min" : [ | ||
-1, | ||
-0.9999999403953552, | ||
-1 | ||
], | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 1, | ||
"componentType" : 5126, | ||
"count" : 40962, | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 2, | ||
"componentType" : 5123, | ||
"count" : 245760, | ||
"type" : "SCALAR" | ||
} | ||
], | ||
"bufferViews" : [ | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 491544, | ||
"byteOffset" : 0 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 491544, | ||
"byteOffset" : 491544 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 491520, | ||
"byteOffset" : 983088 | ||
} | ||
], | ||
"buffers" : [ | ||
{ | ||
"byteLength" : 1474608, | ||
"uri" : "sphere.bin" | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"asset":{ | ||
"generator":"Khronos glTF Blender I/O v3.6.27", | ||
"version":"2.0" | ||
}, | ||
"scene":0, | ||
"scenes":[ | ||
{ | ||
"name":"Scene", | ||
"nodes":[ | ||
0 | ||
] | ||
} | ||
], | ||
"nodes":[ | ||
{ | ||
"mesh":0, | ||
"name":"Plane", | ||
"translation":[ | ||
0, | ||
0.1490543782711029, | ||
0 | ||
] | ||
} | ||
], | ||
"meshes":[ | ||
{ | ||
"name":"Plane.001", | ||
"primitives":[ | ||
{ | ||
"attributes":{ | ||
"POSITION":0, | ||
"NORMAL":1 | ||
}, | ||
"indices":2 | ||
} | ||
] | ||
} | ||
], | ||
"accessors":[ | ||
{ | ||
"bufferView":0, | ||
"componentType":5126, | ||
"count":201, | ||
"max":[ | ||
5, | ||
1.90883207321167, | ||
5 | ||
], | ||
"min":[ | ||
-5, | ||
-0.9088320732116699, | ||
-5 | ||
], | ||
"type":"VEC3" | ||
}, | ||
{ | ||
"bufferView":1, | ||
"componentType":5126, | ||
"count":201, | ||
"type":"VEC3" | ||
}, | ||
{ | ||
"bufferView":2, | ||
"componentType":5123, | ||
"count":396, | ||
"type":"SCALAR" | ||
} | ||
], | ||
"bufferViews":[ | ||
{ | ||
"buffer":0, | ||
"byteLength":2412, | ||
"byteOffset":0, | ||
"target":34962 | ||
}, | ||
{ | ||
"buffer":0, | ||
"byteLength":2412, | ||
"byteOffset":2412, | ||
"target":34962 | ||
}, | ||
{ | ||
"buffer":0, | ||
"byteLength":792, | ||
"byteOffset":4824, | ||
"target":34963 | ||
} | ||
], | ||
"buffers":[ | ||
{ | ||
"byteLength":5616, | ||
"uri":"ico_plane.bin" | ||
} | ||
] | ||
} |
Binary file not shown.
Oops, something went wrong.