105 update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"asset": {
|
||||
"extensions": {
|
||||
"ASOBO_normal_map_convention": {
|
||||
"tangent_space_convention": "DirectX"
|
||||
}
|
||||
},
|
||||
"generator": "Khronos glTF Blender I/O v3.6.28 and Asobo Studio MSFS2024 Blender I/O v5.4.4 with Blender v3.6.19",
|
||||
"version": "2.0"
|
||||
},
|
||||
"extensionsUsed": [
|
||||
"ASOBO_normal_map_convention",
|
||||
"ASOBO_unique_id",
|
||||
"ASOBO_material_invisible",
|
||||
"ASOBO_tags"
|
||||
],
|
||||
"scene": 0,
|
||||
"scenes": [
|
||||
{
|
||||
"name": "Scene",
|
||||
"nodes": [0]
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"extensions": {
|
||||
"ASOBO_unique_id": {
|
||||
"id": "DUMMY"
|
||||
}
|
||||
},
|
||||
"mesh": 0,
|
||||
"name": "DUMMY"
|
||||
}
|
||||
],
|
||||
"materials": [
|
||||
{
|
||||
"alphaMode": "OPAQUE",
|
||||
"doubleSided": false,
|
||||
"emissiveFactor": [0, 0, 0],
|
||||
"extensions": {
|
||||
"ASOBO_material_invisible": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"extras": {},
|
||||
"name": "DUMMY",
|
||||
"pbrMetallicRoughness": {
|
||||
"baseColorFactor": [1, 1, 1, 1],
|
||||
"metallicFactor": 1,
|
||||
"roughnessFactor": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"meshes": [
|
||||
{
|
||||
"name": "DUMMY",
|
||||
"primitives": [
|
||||
{
|
||||
"attributes": {
|
||||
"COLOR_0": 0,
|
||||
"POSITION": 1,
|
||||
"NORMAL": 2
|
||||
},
|
||||
"indices": 3,
|
||||
"material": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"accessors": [
|
||||
{
|
||||
"bufferView": 0,
|
||||
"componentType": 5123,
|
||||
"count": 2678,
|
||||
"normalized": true,
|
||||
"type": "VEC4"
|
||||
},
|
||||
{
|
||||
"bufferView": 1,
|
||||
"componentType": 5126,
|
||||
"count": 2678,
|
||||
"max": [1.3815985918045044, 1.818436622619629, 26.667369842529297],
|
||||
"min": [-1.3815973997116089, 0.641346275806427, 25.205421447753906],
|
||||
"type": "VEC3"
|
||||
},
|
||||
{
|
||||
"bufferView": 2,
|
||||
"componentType": 5126,
|
||||
"count": 2678,
|
||||
"type": "VEC3"
|
||||
},
|
||||
{
|
||||
"bufferView": 3,
|
||||
"componentType": 5123,
|
||||
"count": 3156,
|
||||
"type": "SCALAR"
|
||||
}
|
||||
],
|
||||
"bufferViews": [
|
||||
{
|
||||
"buffer": 0,
|
||||
"byteLength": 21424,
|
||||
"byteOffset": 0,
|
||||
"target": 34962
|
||||
},
|
||||
{
|
||||
"buffer": 0,
|
||||
"byteLength": 32136,
|
||||
"byteOffset": 21424,
|
||||
"target": 34962
|
||||
},
|
||||
{
|
||||
"buffer": 0,
|
||||
"byteLength": 32136,
|
||||
"byteOffset": 53560,
|
||||
"target": 34962
|
||||
},
|
||||
{
|
||||
"buffer": 0,
|
||||
"byteLength": 6312,
|
||||
"byteOffset": 128544,
|
||||
"target": 34963
|
||||
}
|
||||
],
|
||||
"buffers": [
|
||||
{
|
||||
"byteLength": 143608,
|
||||
"uri": "DUMMY.bin"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModelInfo guid="{898d05c8-24b3-43cf-ae6d-c76f0a03f8c3}" version="1.1">
|
||||
<LODS>
|
||||
<LOD minSize="0.0" ModelFile="DUMMY.gltf" />
|
||||
</LODS>
|
||||
|
||||
<Behaviors></Behaviors>
|
||||
</ModelInfo>
|
||||
@@ -0,0 +1,2 @@
|
||||
[models]
|
||||
normal=DUMMY.xml
|
||||
Reference in New Issue
Block a user