Skip to content

Commit 199ee2d

Browse files
committed
Add GLTF variant of SM_deccer_cubes_merged_texture_atlas
1 parent 2620077 commit 199ee2d

File tree

2 files changed

+134
-0
lines changed

2 files changed

+134
-0
lines changed
4.1 KB
Binary file not shown.
+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
{
2+
"asset" : {
3+
"copyright" : "deccer",
4+
"generator" : "Khronos glTF Blender I/O v1.8.19",
5+
"version" : "2.0"
6+
},
7+
"scene" : 0,
8+
"scenes" : [
9+
{
10+
"name" : "Scene",
11+
"nodes" : [
12+
0
13+
]
14+
}
15+
],
16+
"nodes" : [
17+
{
18+
"mesh" : 0,
19+
"name" : "Cube"
20+
}
21+
],
22+
"materials" : [
23+
{
24+
"doubleSided" : true,
25+
"name" : "Cube_Material",
26+
"pbrMetallicRoughness" : {
27+
"baseColorTexture" : {
28+
"index" : 0
29+
},
30+
"metallicFactor" : 0,
31+
"roughnessFactor" : 0.5
32+
}
33+
}
34+
],
35+
"meshes" : [
36+
{
37+
"name" : "Cube.001",
38+
"primitives" : [
39+
{
40+
"attributes" : {
41+
"POSITION" : 0,
42+
"NORMAL" : 1,
43+
"TEXCOORD_0" : 2
44+
},
45+
"indices" : 3,
46+
"material" : 0
47+
}
48+
]
49+
}
50+
],
51+
"textures" : [
52+
{
53+
"sampler" : 0,
54+
"source" : 0
55+
}
56+
],
57+
"images" : [
58+
{
59+
"mimeType" : "image/png",
60+
"name" : "T_Atlas",
61+
"uri" : "T_Atlas.png"
62+
}
63+
],
64+
"accessors" : [
65+
{
66+
"bufferView" : 0,
67+
"componentType" : 5126,
68+
"count" : 120,
69+
"max" : [
70+
2.1290321350097656,
71+
8.975255012512207,
72+
7.441855430603027
73+
],
74+
"min" : [
75+
-2.836573600769043,
76+
-7.32474422454834,
77+
-9.518143653869629
78+
],
79+
"type" : "VEC3"
80+
},
81+
{
82+
"bufferView" : 1,
83+
"componentType" : 5126,
84+
"count" : 120,
85+
"type" : "VEC3"
86+
},
87+
{
88+
"bufferView" : 2,
89+
"componentType" : 5126,
90+
"count" : 120,
91+
"type" : "VEC2"
92+
},
93+
{
94+
"bufferView" : 3,
95+
"componentType" : 5123,
96+
"count" : 180,
97+
"type" : "SCALAR"
98+
}
99+
],
100+
"bufferViews" : [
101+
{
102+
"buffer" : 0,
103+
"byteLength" : 1440,
104+
"byteOffset" : 0
105+
},
106+
{
107+
"buffer" : 0,
108+
"byteLength" : 1440,
109+
"byteOffset" : 1440
110+
},
111+
{
112+
"buffer" : 0,
113+
"byteLength" : 960,
114+
"byteOffset" : 2880
115+
},
116+
{
117+
"buffer" : 0,
118+
"byteLength" : 360,
119+
"byteOffset" : 3840
120+
}
121+
],
122+
"samplers" : [
123+
{
124+
"magFilter" : 9729,
125+
"minFilter" : 9987
126+
}
127+
],
128+
"buffers" : [
129+
{
130+
"byteLength" : 4200,
131+
"uri" : "SM_Deccer_Cubes_Merged_Texture_Atlas.bin"
132+
}
133+
]
134+
}

0 commit comments

Comments
 (0)