Skip to content

Commit 9430f9a

Browse files
committed
adding generated assets
1 parent 843bc6e commit 9430f9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4075
-0
lines changed
192 Bytes
Binary file not shown.
+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"accessors": [
3+
{
4+
"bufferView": 0,
5+
"componentType": 5126,
6+
"count": 6,
7+
"type": "VEC3",
8+
"max": [
9+
-1.0,
10+
0.0,
11+
0.0
12+
],
13+
"min": [
14+
0.0,
15+
1.0,
16+
0.0
17+
],
18+
"name": "Positions Accessor"
19+
},
20+
{
21+
"bufferView": 1,
22+
"componentType": 5126,
23+
"count": 6,
24+
"type": "VEC3",
25+
"name": "Normals Accessor"
26+
},
27+
{
28+
"bufferView": 2,
29+
"componentType": 5126,
30+
"count": 6,
31+
"type": "VEC2",
32+
"name": "UV Accessor 1"
33+
}
34+
],
35+
"asset": {
36+
"generator": "glTF Asset Generator",
37+
"version": "2.0",
38+
"extras": {
39+
"Attributes": ""
40+
}
41+
},
42+
"buffers": [
43+
{
44+
"uri": "Materials_0.bin",
45+
"byteLength": 192
46+
}
47+
],
48+
"bufferViews": [
49+
{
50+
"buffer": 0,
51+
"byteLength": 72,
52+
"name": "Positions"
53+
},
54+
{
55+
"buffer": 0,
56+
"byteOffset": 72,
57+
"byteLength": 72,
58+
"name": "Normals"
59+
},
60+
{
61+
"buffer": 0,
62+
"byteOffset": 144,
63+
"byteLength": 48,
64+
"name": "Texture Coords 1"
65+
}
66+
],
67+
"materials": [
68+
{
69+
"pbrMetallicRoughness": {}
70+
}
71+
],
72+
"meshes": [
73+
{
74+
"primitives": [
75+
{
76+
"attributes": {
77+
"POSITION": 0,
78+
"NORMAL": 1,
79+
"TEXCOORD_0": 2
80+
},
81+
"material": 0
82+
}
83+
]
84+
}
85+
],
86+
"nodes": [
87+
{
88+
"mesh": 0
89+
}
90+
],
91+
"scene": 0,
92+
"scenes": [
93+
{
94+
"nodes": [
95+
0
96+
]
97+
}
98+
]
99+
}
192 Bytes
Binary file not shown.
+141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"accessors": [
3+
{
4+
"bufferView": 0,
5+
"componentType": 5126,
6+
"count": 6,
7+
"type": "VEC3",
8+
"max": [
9+
-1.0,
10+
0.0,
11+
0.0
12+
],
13+
"min": [
14+
0.0,
15+
1.0,
16+
0.0
17+
],
18+
"name": "Positions Accessor"
19+
},
20+
{
21+
"bufferView": 1,
22+
"componentType": 5126,
23+
"count": 6,
24+
"type": "VEC3",
25+
"name": "Normals Accessor"
26+
},
27+
{
28+
"bufferView": 2,
29+
"componentType": 5126,
30+
"count": 6,
31+
"type": "VEC2",
32+
"name": "UV Accessor 1"
33+
}
34+
],
35+
"asset": {
36+
"generator": "glTF Asset Generator",
37+
"version": "2.0",
38+
"extras": {
39+
"Attributes": "AlphaMode_MASK - AlphaCutoff - DoubleSided - EmissiveFactor - EmissiveTexture - NormalTexture - Scale - OcclusionTexture - Strength - BaseColorFactor - BaseColorTexture - MetallicFactor - RoughnessFactor - MetallicRoughnessTexture"
40+
}
41+
},
42+
"buffers": [
43+
{
44+
"uri": "Materials_1.bin",
45+
"byteLength": 192
46+
}
47+
],
48+
"bufferViews": [
49+
{
50+
"buffer": 0,
51+
"byteLength": 72,
52+
"name": "Positions"
53+
},
54+
{
55+
"buffer": 0,
56+
"byteOffset": 72,
57+
"byteLength": 72,
58+
"name": "Normals"
59+
},
60+
{
61+
"buffer": 0,
62+
"byteOffset": 144,
63+
"byteLength": 48,
64+
"name": "Texture Coords 1"
65+
}
66+
],
67+
"images": [
68+
{
69+
"uri": "UVmap2017.png"
70+
}
71+
],
72+
"materials": [
73+
{
74+
"pbrMetallicRoughness": {
75+
"baseColorFactor": [
76+
1.0,
77+
0.0,
78+
0.0,
79+
0.8
80+
],
81+
"baseColorTexture": {
82+
"index": 0
83+
},
84+
"metallicFactor": 0.5,
85+
"roughnessFactor": 0.5,
86+
"metallicRoughnessTexture": {
87+
"index": 0
88+
}
89+
},
90+
"normalTexture": {
91+
"index": 0
92+
},
93+
"occlusionTexture": {
94+
"index": 0
95+
},
96+
"emissiveTexture": {
97+
"index": 0
98+
},
99+
"emissiveFactor": [
100+
0.0,
101+
0.0,
102+
1.0
103+
],
104+
"alphaMode": "MASK",
105+
"alphaCutoff": 0.2,
106+
"doubleSided": true
107+
}
108+
],
109+
"meshes": [
110+
{
111+
"primitives": [
112+
{
113+
"attributes": {
114+
"POSITION": 0,
115+
"NORMAL": 1,
116+
"TEXCOORD_0": 2
117+
},
118+
"material": 0
119+
}
120+
]
121+
}
122+
],
123+
"nodes": [
124+
{
125+
"mesh": 0
126+
}
127+
],
128+
"scene": 0,
129+
"scenes": [
130+
{
131+
"nodes": [
132+
0
133+
]
134+
}
135+
],
136+
"textures": [
137+
{
138+
"source": 0
139+
}
140+
]
141+
}
192 Bytes
Binary file not shown.
+112
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"accessors": [
3+
{
4+
"bufferView": 0,
5+
"componentType": 5126,
6+
"count": 6,
7+
"type": "VEC3",
8+
"max": [
9+
-1.0,
10+
0.0,
11+
0.0
12+
],
13+
"min": [
14+
0.0,
15+
1.0,
16+
0.0
17+
],
18+
"name": "Positions Accessor"
19+
},
20+
{
21+
"bufferView": 1,
22+
"componentType": 5126,
23+
"count": 6,
24+
"type": "VEC3",
25+
"name": "Normals Accessor"
26+
},
27+
{
28+
"bufferView": 2,
29+
"componentType": 5126,
30+
"count": 6,
31+
"type": "VEC2",
32+
"name": "UV Accessor 1"
33+
}
34+
],
35+
"asset": {
36+
"generator": "glTF Asset Generator",
37+
"version": "2.0",
38+
"extras": {
39+
"Attributes": "OcclusionTexture"
40+
}
41+
},
42+
"buffers": [
43+
{
44+
"uri": "Materials_10.bin",
45+
"byteLength": 192
46+
}
47+
],
48+
"bufferViews": [
49+
{
50+
"buffer": 0,
51+
"byteLength": 72,
52+
"name": "Positions"
53+
},
54+
{
55+
"buffer": 0,
56+
"byteOffset": 72,
57+
"byteLength": 72,
58+
"name": "Normals"
59+
},
60+
{
61+
"buffer": 0,
62+
"byteOffset": 144,
63+
"byteLength": 48,
64+
"name": "Texture Coords 1"
65+
}
66+
],
67+
"images": [
68+
{
69+
"uri": "UVmap2017.png"
70+
}
71+
],
72+
"materials": [
73+
{
74+
"pbrMetallicRoughness": {},
75+
"occlusionTexture": {
76+
"index": 0
77+
}
78+
}
79+
],
80+
"meshes": [
81+
{
82+
"primitives": [
83+
{
84+
"attributes": {
85+
"POSITION": 0,
86+
"NORMAL": 1,
87+
"TEXCOORD_0": 2
88+
},
89+
"material": 0
90+
}
91+
]
92+
}
93+
],
94+
"nodes": [
95+
{
96+
"mesh": 0
97+
}
98+
],
99+
"scene": 0,
100+
"scenes": [
101+
{
102+
"nodes": [
103+
0
104+
]
105+
}
106+
],
107+
"textures": [
108+
{
109+
"source": 0
110+
}
111+
]
112+
}
192 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)