diff options
Diffstat (limited to 'ship/crate/crate.gltf')
-rw-r--r-- | ship/crate/crate.gltf | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/ship/crate/crate.gltf b/ship/crate/crate.gltf new file mode 100644 index 0000000..d8e1d7e --- /dev/null +++ b/ship/crate/crate.gltf @@ -0,0 +1,155 @@ +{ + "asset" : { + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 0 + ] + } + ], + "nodes" : [ + { + "mesh" : 0, + "name" : "crate--convcol" + } + ], + "materials" : [ + { + "doubleSided" : true, + "name" : "crate", + "normalTexture" : { + "index" : 0 + }, + "pbrMetallicRoughness" : { + "baseColorTexture" : { + "index" : 1 + }, + "metallicRoughnessTexture" : { + "index" : 2 + } + } + } + ], + "meshes" : [ + { + "name" : "Cube.001", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2 + }, + "indices" : 3, + "material" : 0 + } + ] + } + ], + "textures" : [ + { + "sampler" : 0, + "source" : 0 + }, + { + "sampler" : 0, + "source" : 1 + }, + { + "sampler" : 0, + "source" : 2 + } + ], + "images" : [ + { + "mimeType" : "image/png", + "name" : "Planks016_2K_NormalGL", + "uri" : "Planks016_2K_NormalGL.png" + }, + { + "mimeType" : "image/png", + "name" : "Planks016_2K_Color", + "uri" : "Planks016_2K_Color.png" + }, + { + "mimeType" : "image/png", + "name" : "Planks016_2K_Metalness-Planks016_2K_Roughness", + "uri" : "Planks016_2K_Metalness-Planks016_2K_Roughness.png" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 168, + "max" : [ + 1, + 1, + 1 + ], + "min" : [ + -1, + -1, + -1 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 168, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 168, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5123, + "count" : 324, + "type" : "SCALAR" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 2016, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 2016, + "byteOffset" : 2016 + }, + { + "buffer" : 0, + "byteLength" : 1344, + "byteOffset" : 4032 + }, + { + "buffer" : 0, + "byteLength" : 648, + "byteOffset" : 5376 + } + ], + "samplers" : [ + { + "magFilter" : 9729, + "minFilter" : 9987 + } + ], + "buffers" : [ + { + "byteLength" : 6024, + "uri" : "crate.bin" + } + ] +} |