tweak skirt

This commit is contained in:
yuni 2024-11-15 16:12:03 +01:00
parent c618c0e1c1
commit 495a45d8c4
3 changed files with 95 additions and 14 deletions

Binary file not shown.

View file

@ -45,6 +45,20 @@
"metallicFactor":0.5158730149269104, "metallicFactor":0.5158730149269104,
"roughnessFactor":0.841269850730896 "roughnessFactor":0.841269850730896
} }
},
{
"doubleSided":true,
"name":"Black",
"pbrMetallicRoughness":{
"baseColorFactor":[
0.016740795224905014,
0.016740795224905014,
0.016740795224905014,
1
],
"metallicFactor":0.8086956739425659,
"roughnessFactor":0.917391300201416
}
} }
], ],
"meshes":[ "meshes":[
@ -59,6 +73,15 @@
}, },
"indices":3, "indices":3,
"material":0 "material":0
},
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":1
} }
] ]
} }
@ -80,15 +103,15 @@
{ {
"bufferView":0, "bufferView":0,
"componentType":5126, "componentType":5126,
"count":2761, "count":1826,
"max":[ "max":[
0.44324639439582825, 0.44324639439582825,
0.14108650386333466, 0.14108650386333466,
0.4957937002182007 0.4851364195346832
], ],
"min":[ "min":[
-0.44725117087364197, -0.44725117087364197,
-0.3539474904537201, -0.34535348415374756,
-0.2795291841030121 -0.2795291841030121
], ],
"type":"VEC3" "type":"VEC3"
@ -96,45 +119,103 @@
{ {
"bufferView":1, "bufferView":1,
"componentType":5126, "componentType":5126,
"count":2761, "count":1826,
"type":"VEC3" "type":"VEC3"
}, },
{ {
"bufferView":2, "bufferView":2,
"componentType":5126, "componentType":5126,
"count":2761, "count":1826,
"type":"VEC2" "type":"VEC2"
}, },
{ {
"bufferView":3, "bufferView":3,
"componentType":5123, "componentType":5123,
"count":15360, "count":9984,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":939,
"max":[
0.44324639439582825,
0.08284013718366623,
0.4957937002182007
],
"min":[
-0.44700509309768677,
-0.3539474904537201,
-0.20792187750339508
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":939,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":939,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":5376,
"type":"SCALAR" "type":"SCALAR"
} }
], ],
"bufferViews":[ "bufferViews":[
{ {
"buffer":0, "buffer":0,
"byteLength":33132, "byteLength":21912,
"byteOffset":0, "byteOffset":0,
"target":34962 "target":34962
}, },
{ {
"buffer":0, "buffer":0,
"byteLength":33132, "byteLength":21912,
"byteOffset":33132, "byteOffset":21912,
"target":34962 "target":34962
}, },
{ {
"buffer":0, "buffer":0,
"byteLength":22088, "byteLength":14608,
"byteOffset":66264, "byteOffset":43824,
"target":34962 "target":34962
}, },
{ {
"buffer":0, "buffer":0,
"byteLength":30720, "byteLength":19968,
"byteOffset":88352, "byteOffset":58432,
"target":34963
},
{
"buffer":0,
"byteLength":11268,
"byteOffset":78400,
"target":34962
},
{
"buffer":0,
"byteLength":11268,
"byteOffset":89668,
"target":34962
},
{
"buffer":0,
"byteLength":7512,
"byteOffset":100936,
"target":34962
},
{
"buffer":0,
"byteLength":10752,
"byteOffset":108448,
"target":34963 "target":34963
} }
], ],
@ -146,7 +227,7 @@
], ],
"buffers":[ "buffers":[
{ {
"byteLength":119072, "byteLength":119200,
"uri":"ar_skirt_tartan.bin" "uri":"ar_skirt_tartan.bin"
} }
] ]

Binary file not shown.