CoolFace
Apppublic

simulate-tests/BoxTextured

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes
BoxTextured.gltf182 linesDownload Raw Back to glTF
1{2    "asset": {3        "generator": "COLLADA2GLTF",4        "version": "2.0"5    },6    "scene": 0,7    "scenes": [8        {9            "nodes": [10                011            ]12        }13    ],14    "nodes": [15        {16            "children": [17                118            ],19            "matrix": [20                1.0,21                0.0,22                0.0,23                0.0,24                0.0,25                0.0,26                -1.0,27                0.0,28                0.0,29                1.0,30                0.0,31                0.0,32                0.0,33                0.0,34                0.0,35                1.036            ]37        },38        {39            "mesh": 040        }41    ],42    "meshes": [43        {44            "primitives": [45                {46                    "attributes": {47                        "NORMAL": 1,48                        "POSITION": 2,49                        "TEXCOORD_0": 350                    },51                    "indices": 0,52                    "mode": 4,53                    "material": 054                }55            ],56            "name": "Mesh"57        }58    ],59    "accessors": [60        {61            "bufferView": 0,62            "byteOffset": 0,63            "componentType": 5123,64            "count": 36,65            "max": [66                2367            ],68            "min": [69                070            ],71            "type": "SCALAR"72        },73        {74            "bufferView": 1,75            "byteOffset": 0,76            "componentType": 5126,77            "count": 24,78            "max": [79                1.0,80                1.0,81                1.082            ],83            "min": [84                -1.0,85                -1.0,86                -1.087            ],88            "type": "VEC3"89        },90        {91            "bufferView": 1,92            "byteOffset": 288,93            "componentType": 5126,94            "count": 24,95            "max": [96                0.5,97                0.5,98                0.599            ],100            "min": [101                -0.5,102                -0.5,103                -0.5104            ],105            "type": "VEC3"106        },107        {108            "bufferView": 2,109            "byteOffset": 0,110            "componentType": 5126,111            "count": 24,112            "max": [113                6.0,114                1.0115            ],116            "min": [117                0.0,118                0.0119            ],120            "type": "VEC2"121        }122    ],123    "materials": [124        {125            "pbrMetallicRoughness": {126                "baseColorTexture": {127                    "index": 0128                },129                "metallicFactor": 0.0130            },131            "name": "Texture"132        }133    ],134    "textures": [135        {136            "sampler": 0,137            "source": 0138        }139    ],140    "images": [141        {142            "uri": "CesiumLogoFlat.png"143        }144    ],145    "samplers": [146        {147            "magFilter": 9729,148            "minFilter": 9986,149            "wrapS": 10497,150            "wrapT": 10497151        }152    ],153    "bufferViews": [154        {155            "buffer": 0,156            "byteOffset": 768,157            "byteLength": 72,158            "target": 34963159        },160        {161            "buffer": 0,162            "byteOffset": 0,163            "byteLength": 576,164            "byteStride": 12,165            "target": 34962166        },167        {168            "buffer": 0,169            "byteOffset": 576,170            "byteLength": 192,171            "byteStride": 8,172            "target": 34962173        }174    ],175    "buffers": [176        {177            "byteLength": 840,178            "uri": "BoxTextured0.bin"179        }180    ]181}182