summaryrefslogtreecommitdiff
path: root/libs/assimp/test/models/glTF2/BoxTexcoords-glTF
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:09 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:09 -0500
commitdb81b925d776103326128bf629cbdda576a223e7 (patch)
tree58bea8155c686733310009f6bed7363f91fbeb9d /libs/assimp/test/models/glTF2/BoxTexcoords-glTF
parent55860037b14fb3893ba21cf2654c83d349cc1082 (diff)
move 3rd-party librarys into libs/ and add built-in honeysuckle
Diffstat (limited to 'libs/assimp/test/models/glTF2/BoxTexcoords-glTF')
-rw-r--r--libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.binbin0 -> 1032 bytes
-rw-r--r--libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.gltf172
-rw-r--r--libs/assimp/test/models/glTF2/BoxTexcoords-glTF/texture.pngbin0 -> 41302 bytes
3 files changed, 172 insertions, 0 deletions
diff --git a/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.bin b/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.bin
new file mode 100644
index 0000000..ae6a3f0
--- /dev/null
+++ b/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.bin
Binary files differ
diff --git a/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.gltf b/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.gltf
new file mode 100644
index 0000000..382127a
--- /dev/null
+++ b/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/boxTexcoords.gltf
@@ -0,0 +1,172 @@
+{
+ "asset" : {
+ "generator" : "Khronos glTF Blender I/O v1.0.5",
+ "version" : "2.0"
+ },
+ "scene" : 0,
+ "scenes" : [
+ {
+ "name" : "Scene",
+ "nodes" : [
+ 0,
+ 1,
+ 2
+ ]
+ }
+ ],
+ "nodes" : [
+ {
+ "mesh" : 0,
+ "name" : "Cube"
+ },
+ {
+ "name" : "Light",
+ "rotation" : [
+ 0.16907575726509094,
+ 0.7558803558349609,
+ -0.27217137813568115,
+ 0.570947527885437
+ ],
+ "translation" : [
+ 4.076245307922363,
+ 5.903861999511719,
+ -1.0054539442062378
+ ]
+ },
+ {
+ "name" : "Camera",
+ "rotation" : [
+ 0.483536034822464,
+ 0.33687159419059753,
+ -0.20870360732078552,
+ 0.7804827094078064
+ ],
+ "translation" : [
+ 7.358891487121582,
+ 4.958309173583984,
+ 6.925790786743164
+ ]
+ }
+ ],
+ "materials" : [
+ {
+ "doubleSided" : true,
+ "name" : "Material",
+ "pbrMetallicRoughness" : {
+ "baseColorTexture" : {
+ "index" : 0,
+ "texCoord" : 0
+ },
+ "metallicFactor" : 0,
+ "metallicRoughnessTexture" : {
+ "index" : 0,
+ "texCoord" : 1
+ }
+ }
+ }
+ ],
+ "meshes" : [
+ {
+ "name" : "Cube",
+ "primitives" : [
+ {
+ "attributes" : {
+ "POSITION" : 0,
+ "NORMAL" : 1,
+ "TEXCOORD_0" : 2,
+ "TEXCOORD_1" : 3
+ },
+ "indices" : 4,
+ "material" : 0
+ }
+ ]
+ }
+ ],
+ "textures" : [
+ {
+ "source" : 0
+ }
+ ],
+ "images" : [
+ {
+ "mimeType" : "image/png",
+ "name" : "Material Base Color",
+ "uri" : "texture.png"
+ }
+ ],
+ "accessors" : [
+ {
+ "bufferView" : 0,
+ "componentType" : 5126,
+ "count" : 24,
+ "max" : [
+ 1,
+ 1,
+ 1
+ ],
+ "min" : [
+ -1,
+ -1,
+ -1
+ ],
+ "type" : "VEC3"
+ },
+ {
+ "bufferView" : 1,
+ "componentType" : 5126,
+ "count" : 24,
+ "type" : "VEC3"
+ },
+ {
+ "bufferView" : 2,
+ "componentType" : 5126,
+ "count" : 24,
+ "type" : "VEC2"
+ },
+ {
+ "bufferView" : 3,
+ "componentType" : 5126,
+ "count" : 24,
+ "type" : "VEC2"
+ },
+ {
+ "bufferView" : 4,
+ "componentType" : 5123,
+ "count" : 36,
+ "type" : "SCALAR"
+ }
+ ],
+ "bufferViews" : [
+ {
+ "buffer" : 0,
+ "byteLength" : 288,
+ "byteOffset" : 0
+ },
+ {
+ "buffer" : 0,
+ "byteLength" : 288,
+ "byteOffset" : 288
+ },
+ {
+ "buffer" : 0,
+ "byteLength" : 192,
+ "byteOffset" : 576
+ },
+ {
+ "buffer" : 0,
+ "byteLength" : 192,
+ "byteOffset" : 768
+ },
+ {
+ "buffer" : 0,
+ "byteLength" : 72,
+ "byteOffset" : 960
+ }
+ ],
+ "buffers" : [
+ {
+ "byteLength" : 1032,
+ "uri" : "boxTexcoords.bin"
+ }
+ ]
+}
diff --git a/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/texture.png b/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/texture.png
new file mode 100644
index 0000000..2350eb8
--- /dev/null
+++ b/libs/assimp/test/models/glTF2/BoxTexcoords-glTF/texture.png
Binary files differ