modular protostar

This commit is contained in:
Nova
2023-05-11 00:17:13 -04:00
parent 307df9829f
commit d41e34d746
12 changed files with 2345 additions and 458 deletions

Binary file not shown.

View File

@@ -1,276 +1,286 @@
{
"asset" : {
"generator" : "Khronos glTF Blender I/O v3.4.50",
"version" : "2.0"
},
"extensionsUsed" : [
"KHR_materials_unlit"
],
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
0
]
}
],
"nodes" : [
{
"mesh" : 0,
"name" : "Hex"
}
],
"materials" : [
{
"alphaCutoff" : 0.5,
"alphaMode" : "MASK",
"extensions" : {
"KHR_materials_unlit" : {}
},
"name" : "Icon",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0,
"texCoord" : 0
},
"metallicFactor" : 0,
"roughnessFactor" : 0.9
}
},
{
"alphaMode" : "BLEND",
"extensions" : {
"KHR_materials_unlit" : {}
},
"name" : "Hex",
"pbrMetallicRoughness" : {
"baseColorFactor" : [
1,
0,
0,
1
],
"baseColorTexture" : {
"index" : 1,
"texCoord" : 0
},
"metallicFactor" : 0,
"roughnessFactor" : 0.9
}
}
],
"meshes" : [
{
"name" : "Circle",
"primitives" : [
{
"attributes" : {
"COLOR_0" : 0,
"POSITION" : 1,
"TEXCOORD_0" : 2,
"NORMAL" : 3
},
"indices" : 4,
"material" : 0
},
{
"attributes" : {
"COLOR_0" : 5,
"POSITION" : 6,
"TEXCOORD_0" : 7,
"NORMAL" : 8
},
"indices" : 9,
"material" : 1
}
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
},
{
"sampler" : 1,
"source" : 1
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "icon_test",
"uri" : "icon_test.png"
},
{
"mimeType" : "image/png",
"name" : "hex_atlas",
"uri" : "hex_atlas.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5123,
"count" : 4,
"normalized" : true,
"type" : "VEC4"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 4,
"max" : [
0.5853440165519714,
0.05000000074505806,
0.5853440165519714
],
"min" : [
-0.5853440165519714,
0.05000000074505806,
-0.5853440165519714
],
"type" : "VEC3"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 4,
"type" : "VEC2"
},
{
"bufferView" : 3,
"componentType" : 5126,
"count" : 4,
"type" : "VEC3"
},
{
"bufferView" : 4,
"componentType" : 5123,
"count" : 6,
"type" : "SCALAR"
},
{
"bufferView" : 5,
"componentType" : 5123,
"count" : 54,
"normalized" : true,
"type" : "VEC4"
},
{
"bufferView" : 6,
"componentType" : 5126,
"count" : 54,
"max" : [
1.0441828966140747,
0.05000000074505806,
0.9042890667915344
],
"min" : [
-1.0441828966140747,
0,
-0.9042890667915344
],
"type" : "VEC3"
},
{
"bufferView" : 7,
"componentType" : 5126,
"count" : 54,
"type" : "VEC2"
},
{
"bufferView" : 8,
"componentType" : 5126,
"count" : 54,
"type" : "VEC3"
},
{
"bufferView" : 9,
"componentType" : 5123,
"count" : 84,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 32,
"byteOffset" : 0,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 48,
"byteOffset" : 32,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 32,
"byteOffset" : 80,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 48,
"byteOffset" : 112,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 12,
"byteOffset" : 160,
"target" : 34963
},
{
"buffer" : 0,
"byteLength" : 432,
"byteOffset" : 172,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 648,
"byteOffset" : 604,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 432,
"byteOffset" : 1252,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 648,
"byteOffset" : 1684,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 168,
"byteOffset" : 2332,
"target" : 34963
}
],
"samplers" : [
{
"magFilter" : 9729,
"minFilter" : 9987,
"wrapS" : 33071,
"wrapT" : 33071
},
{
"magFilter" : 9729,
"minFilter" : 9987
}
],
"buffers" : [
{
"byteLength" : 2500,
"uri" : "hexagon.bin"
}
]
"asset":{
"generator":"Khronos glTF Blender I/O v3.5.30",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_unlit"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"Icon"
},
{
"mesh":1,
"name":"Hex"
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_unlit":{}
},
"name":"Icon",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0,
"texCoord":0
},
"metallicFactor":0,
"roughnessFactor":0.9
}
},
{
"alphaMode":"BLEND",
"extensions":{
"KHR_materials_unlit":{}
},
"name":"Hex",
"pbrMetallicRoughness":{
"baseColorFactor":[
1,
0,
0,
1
],
"baseColorTexture":{
"index":1,
"texCoord":0
},
"metallicFactor":0,
"roughnessFactor":0.9
}
}
],
"meshes":[
{
"name":"Circle",
"primitives":[
{
"attributes":{
"COLOR_0":0,
"POSITION":1,
"TEXCOORD_0":2,
"NORMAL":3
},
"indices":4,
"material":0
}
]
},
{
"name":"Circle.001",
"primitives":[
{
"attributes":{
"COLOR_0":5,
"POSITION":6,
"TEXCOORD_0":7,
"NORMAL":8
},
"indices":9,
"material":1
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
},
{
"sampler":1,
"source":1
}
],
"images":[
{
"mimeType":"image/png",
"name":"icon_test",
"uri":"icon_test.png"
},
{
"mimeType":"image/png",
"name":"hex_atlas",
"uri":"hex_atlas.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5123,
"count":4,
"normalized":true,
"type":"VEC4"
},
{
"bufferView":1,
"componentType":5126,
"count":4,
"max":[
0.5853440165519714,
0.05000000074505806,
0.5853440165519714
],
"min":[
-0.5853440165519714,
0.05000000074505806,
-0.5853440165519714
],
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":4,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5126,
"count":4,
"type":"VEC3"
},
{
"bufferView":4,
"componentType":5123,
"count":6,
"type":"SCALAR"
},
{
"bufferView":5,
"componentType":5123,
"count":54,
"normalized":true,
"type":"VEC4"
},
{
"bufferView":6,
"componentType":5126,
"count":54,
"max":[
1.0441828966140747,
0.05000000074505806,
0.9042890667915344
],
"min":[
-1.0441828966140747,
0,
-0.9042890667915344
],
"type":"VEC3"
},
{
"bufferView":7,
"componentType":5126,
"count":54,
"type":"VEC2"
},
{
"bufferView":8,
"componentType":5126,
"count":54,
"type":"VEC3"
},
{
"bufferView":9,
"componentType":5123,
"count":84,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":32,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":48,
"byteOffset":32,
"target":34962
},
{
"buffer":0,
"byteLength":32,
"byteOffset":80,
"target":34962
},
{
"buffer":0,
"byteLength":48,
"byteOffset":112,
"target":34962
},
{
"buffer":0,
"byteLength":12,
"byteOffset":160,
"target":34963
},
{
"buffer":0,
"byteLength":432,
"byteOffset":172,
"target":34962
},
{
"buffer":0,
"byteLength":648,
"byteOffset":604,
"target":34962
},
{
"buffer":0,
"byteLength":432,
"byteOffset":1252,
"target":34962
},
{
"buffer":0,
"byteLength":648,
"byteOffset":1684,
"target":34962
},
{
"buffer":0,
"byteLength":168,
"byteOffset":2332,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987,
"wrapS":33071,
"wrapT":33071
},
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":2500,
"uri":"hexagon.bin"
}
]
}