fix: hexagon texture clip
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -66,20 +66,22 @@
|
|||||||
"primitives" : [
|
"primitives" : [
|
||||||
{
|
{
|
||||||
"attributes" : {
|
"attributes" : {
|
||||||
"POSITION" : 0,
|
"COLOR_0" : 0,
|
||||||
"TEXCOORD_0" : 1,
|
"POSITION" : 1,
|
||||||
"NORMAL" : 2
|
"TEXCOORD_0" : 2,
|
||||||
|
"NORMAL" : 3
|
||||||
},
|
},
|
||||||
"indices" : 3,
|
"indices" : 4,
|
||||||
"material" : 0
|
"material" : 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"attributes" : {
|
"attributes" : {
|
||||||
"POSITION" : 4,
|
"COLOR_0" : 5,
|
||||||
"TEXCOORD_0" : 5,
|
"POSITION" : 6,
|
||||||
"NORMAL" : 6
|
"TEXCOORD_0" : 7,
|
||||||
|
"NORMAL" : 8
|
||||||
},
|
},
|
||||||
"indices" : 7,
|
"indices" : 9,
|
||||||
"material" : 1
|
"material" : 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -110,40 +112,54 @@
|
|||||||
"accessors" : [
|
"accessors" : [
|
||||||
{
|
{
|
||||||
"bufferView" : 0,
|
"bufferView" : 0,
|
||||||
"componentType" : 5126,
|
"componentType" : 5123,
|
||||||
"count" : 6,
|
"count" : 4,
|
||||||
"max" : [
|
"normalized" : true,
|
||||||
0.9999998807907104,
|
"type" : "VEC4"
|
||||||
0.05000000074505806,
|
|
||||||
0.866025447845459
|
|
||||||
],
|
|
||||||
"min" : [
|
|
||||||
-0.9999998807907104,
|
|
||||||
0.05000000074505806,
|
|
||||||
-0.866025447845459
|
|
||||||
],
|
|
||||||
"type" : "VEC3"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 1,
|
"bufferView" : 1,
|
||||||
"componentType" : 5126,
|
"componentType" : 5126,
|
||||||
"count" : 6,
|
"count" : 4,
|
||||||
"type" : "VEC2"
|
"max" : [
|
||||||
|
0.5853440165519714,
|
||||||
|
0.05000000074505806,
|
||||||
|
0.5853440165519714
|
||||||
|
],
|
||||||
|
"min" : [
|
||||||
|
-0.5853440165519714,
|
||||||
|
0.05000000074505806,
|
||||||
|
-0.5853440165519714
|
||||||
|
],
|
||||||
|
"type" : "VEC3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 2,
|
"bufferView" : 2,
|
||||||
"componentType" : 5126,
|
"componentType" : 5126,
|
||||||
"count" : 6,
|
"count" : 4,
|
||||||
"type" : "VEC3"
|
"type" : "VEC2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 3,
|
"bufferView" : 3,
|
||||||
"componentType" : 5123,
|
"componentType" : 5126,
|
||||||
"count" : 12,
|
"count" : 4,
|
||||||
"type" : "SCALAR"
|
"type" : "VEC3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 4,
|
"bufferView" : 4,
|
||||||
|
"componentType" : 5123,
|
||||||
|
"count" : 6,
|
||||||
|
"type" : "SCALAR"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bufferView" : 5,
|
||||||
|
"componentType" : 5123,
|
||||||
|
"count" : 54,
|
||||||
|
"normalized" : true,
|
||||||
|
"type" : "VEC4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bufferView" : 6,
|
||||||
"componentType" : 5126,
|
"componentType" : 5126,
|
||||||
"count" : 54,
|
"count" : 54,
|
||||||
"max" : [
|
"max" : [
|
||||||
@@ -159,19 +175,19 @@
|
|||||||
"type" : "VEC3"
|
"type" : "VEC3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 5,
|
"bufferView" : 7,
|
||||||
"componentType" : 5126,
|
"componentType" : 5126,
|
||||||
"count" : 54,
|
"count" : 54,
|
||||||
"type" : "VEC2"
|
"type" : "VEC2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 6,
|
"bufferView" : 8,
|
||||||
"componentType" : 5126,
|
"componentType" : 5126,
|
||||||
"count" : 54,
|
"count" : 54,
|
||||||
"type" : "VEC3"
|
"type" : "VEC3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"bufferView" : 7,
|
"bufferView" : 9,
|
||||||
"componentType" : 5123,
|
"componentType" : 5123,
|
||||||
"count" : 84,
|
"count" : 84,
|
||||||
"type" : "SCALAR"
|
"type" : "SCALAR"
|
||||||
@@ -180,50 +196,62 @@
|
|||||||
"bufferViews" : [
|
"bufferViews" : [
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 72,
|
"byteLength" : 32,
|
||||||
"byteOffset" : 0,
|
"byteOffset" : 0,
|
||||||
"target" : 34962
|
"target" : 34962
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 48,
|
"byteLength" : 48,
|
||||||
"byteOffset" : 72,
|
"byteOffset" : 32,
|
||||||
"target" : 34962
|
"target" : 34962
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 72,
|
"byteLength" : 32,
|
||||||
"byteOffset" : 120,
|
"byteOffset" : 80,
|
||||||
"target" : 34962
|
"target" : 34962
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 24,
|
"byteLength" : 48,
|
||||||
"byteOffset" : 192,
|
"byteOffset" : 112,
|
||||||
|
"target" : 34962
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buffer" : 0,
|
||||||
|
"byteLength" : 12,
|
||||||
|
"byteOffset" : 160,
|
||||||
"target" : 34963
|
"target" : 34963
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"buffer" : 0,
|
||||||
|
"byteLength" : 432,
|
||||||
|
"byteOffset" : 172,
|
||||||
|
"target" : 34962
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 648,
|
"byteLength" : 648,
|
||||||
"byteOffset" : 216,
|
"byteOffset" : 604,
|
||||||
"target" : 34962
|
"target" : 34962
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 432,
|
"byteLength" : 432,
|
||||||
"byteOffset" : 864,
|
"byteOffset" : 1252,
|
||||||
"target" : 34962
|
"target" : 34962
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 648,
|
"byteLength" : 648,
|
||||||
"byteOffset" : 1296,
|
"byteOffset" : 1684,
|
||||||
"target" : 34962
|
"target" : 34962
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"buffer" : 0,
|
"buffer" : 0,
|
||||||
"byteLength" : 168,
|
"byteLength" : 168,
|
||||||
"byteOffset" : 1944,
|
"byteOffset" : 2332,
|
||||||
"target" : 34963
|
"target" : 34963
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -241,7 +269,7 @@
|
|||||||
],
|
],
|
||||||
"buffers" : [
|
"buffers" : [
|
||||||
{
|
{
|
||||||
"byteLength" : 2112,
|
"byteLength" : 2500,
|
||||||
"uri" : "hexagon.bin"
|
"uri" : "hexagon.bin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user