Skip to content

Commit 27ece7d

Browse files
committed
update MultiUVTest model
1 parent f97a3af commit 27ece7d

File tree

8 files changed

+288
-34
lines changed

8 files changed

+288
-34
lines changed
-6.16 KB
Binary file not shown.

2.0/MultiUVTest/glTF-Embedded/MultiUVTest.gltf

+256-1
Large diffs are not rendered by default.

2.0/MultiUVTest/glTF/MultiUVTest.bin

0 Bytes
Binary file not shown.

2.0/MultiUVTest/glTF/MultiUVTest.gltf

+32-33
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
-1.0,
5959
-2.9802322387695312e-08,
6060
-1.0,
61-
-1.0
61+
1.0
6262
],
6363
"type" : "VEC4"
6464
},
@@ -81,11 +81,11 @@
8181
"componentType" : 5126,
8282
"count" : 24,
8383
"max" : [
84-
1.0,
85-
2.0
84+
0.25,
85+
0.25
8686
],
8787
"min" : [
88-
-1.000000238418579,
88+
0.0,
8989
0.0
9090
],
9191
"type" : "VEC2"
@@ -140,6 +140,18 @@
140140
"uri" : "MultiUVTest.bin"
141141
}
142142
],
143+
"cameras" : [
144+
{
145+
"name" : "Camera",
146+
"perspective" : {
147+
"aspectRatio" : 1.7777777777777777,
148+
"yfov" : 0.5033799372418416,
149+
"zfar" : 100.0,
150+
"znear" : 0.10000000149011612
151+
},
152+
"type" : "perspective"
153+
}
154+
],
143155
"images" : [
144156
{
145157
"uri" : "uv0.png"
@@ -159,7 +171,7 @@
159171
"index" : 1,
160172
"texCoord" : 1
161173
},
162-
"name" : "cubeMaterial",
174+
"name" : "Material",
163175
"pbrMetallicRoughness" : {
164176
"baseColorTexture" : {
165177
"index" : 0
@@ -187,6 +199,19 @@
187199
],
188200
"nodes" : [
189201
{
202+
"camera" : 0,
203+
"name" : "Correction_Camera",
204+
"rotation" : [
205+
-0.7071067690849304,
206+
-0.0,
207+
0.0,
208+
0.7071067690849304
209+
]
210+
},
211+
{
212+
"children" : [
213+
0
214+
],
190215
"name" : "Camera",
191216
"rotation" : [
192217
0.483536034822464,
@@ -202,32 +227,7 @@
202227
},
203228
{
204229
"mesh" : 0,
205-
"name" : "Cube",
206-
"rotation" : [
207-
0.0,
208-
0.7071068286895752,
209-
-0.0,
210-
0.7071067690849304
211-
]
212-
},
213-
{
214-
"name" : "Lamp",
215-
"rotation" : [
216-
0.16907575726509094,
217-
0.7558802962303162,
218-
-0.27217137813568115,
219-
0.570947527885437
220-
],
221-
"scale" : [
222-
1.0,
223-
1.0,
224-
0.9999999403953552
225-
],
226-
"translation" : [
227-
4.076245307922363,
228-
5.903861999511719,
229-
-1.0054539442062378
230-
]
230+
"name" : "Cube"
231231
}
232232
],
233233
"samplers" : [
@@ -238,9 +238,8 @@
238238
{
239239
"name" : "Scene",
240240
"nodes" : [
241-
1,
242241
2,
243-
0
242+
1
244243
]
245244
}
246245
],

2.0/MultiUVTest/glTF/uv1.png

5.1 KB
Loading
142 KB
Binary file not shown.

sourceModels/MultiUVTest/uv0.png

20.2 KB
Loading

sourceModels/MultiUVTest/uv1.png

627 Bytes
Loading

0 commit comments

Comments
 (0)