mirror of https://github.com/mosra/magnum.git
4 changed files with 107 additions and 0 deletions
@ -0,0 +1,77 @@ |
|||||||
|
{ |
||||||
|
"asset": { |
||||||
|
"version": "2.0", |
||||||
|
"note": "Contains one mesh equivalent to quad.ply and images etc that will cause warnings during conversion" |
||||||
|
}, |
||||||
|
"extensionsUsed": [ |
||||||
|
"KHR_texture_ktx" |
||||||
|
], |
||||||
|
"extensionsRequired": [ |
||||||
|
"KHR_texture_ktx" |
||||||
|
], |
||||||
|
"buffers": [ |
||||||
|
{ |
||||||
|
"uri": "quad.bin", |
||||||
|
"byteLength": 72 |
||||||
|
} |
||||||
|
], |
||||||
|
"bufferViews": [ |
||||||
|
{ |
||||||
|
"buffer": 0, |
||||||
|
"byteOffset": 0, |
||||||
|
"byteLength": 24 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"buffer": 0, |
||||||
|
"byteOffset": 24, |
||||||
|
"byteLength": 48 |
||||||
|
} |
||||||
|
], |
||||||
|
"accessors": [ |
||||||
|
{ |
||||||
|
"bufferView": 0, |
||||||
|
"componentType": 5125, |
||||||
|
"count": 6, |
||||||
|
"type": "SCALAR" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"bufferView": 1, |
||||||
|
"componentType": 5126, |
||||||
|
"count": 4, |
||||||
|
"type": "VEC3" |
||||||
|
} |
||||||
|
], |
||||||
|
"meshes": [ |
||||||
|
{ |
||||||
|
"primitives": [ |
||||||
|
{ |
||||||
|
"indices": 0, |
||||||
|
"attributes": { |
||||||
|
"POSITION": 1 |
||||||
|
} |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
], |
||||||
|
"images": [ |
||||||
|
{ |
||||||
|
"uri": "red2x2.png" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"uri": "blue4x4x1.ktx2" |
||||||
|
} |
||||||
|
], |
||||||
|
"textures": [ |
||||||
|
{ |
||||||
|
"source": 0 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"extensions": { |
||||||
|
"KHR_texture_ktx": { |
||||||
|
"source": 1, |
||||||
|
"layer": 0 |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
Loading…
Reference in new issue