|
1 | 1 | {
|
2 |
| - "extensionsUsed": [ |
3 |
| - "KHR_xmp" |
4 |
| - ], |
| 2 | + "extensionsUsed": ["KHR_xmp"], |
5 | 3 | "extensions": {
|
6 | 4 | "KHR_xmp": {
|
7 |
| - "@context" : { |
8 |
| - "dc" : "http://purl.org/dc/elements/1.1/" |
9 |
| - }, |
10 | 5 | "packets": [
|
11 | 6 | {
|
12 |
| - "dc:contributor" : [ "Creator1Name", "[email protected]", "Creator3Name<[email protected]>"], |
13 |
| - "dc:coverage" : "Bay Area, California, United States", |
14 |
| - "dc:creator" : [ "CreatorName", "[email protected]"], |
15 |
| - "dc:date" : ["2019-05-16T19:20:30+01:00"], |
16 |
| - "dc:description" : { "en-us": "An example of a glTF file with XMP metadata in it"}, |
17 |
| - "dc:format" : "model/gltf+json", |
18 |
| - "dc:language" : ["en"], |
19 |
| - "dc:publisher" : ["Khronos"], |
20 |
| - "dc:title" : { "en-us" : "Sample glTF with XMP metadata"} |
| 7 | + "@context": { |
| 8 | + "dc": "http://purl.org/dc/elements/1.1/" |
| 9 | + }, |
| 10 | + "dc:contributor": [ |
| 11 | + "Creator1Name", |
| 12 | + |
| 13 | + |
| 14 | + ], |
| 15 | + "dc:coverage": "Bay Area, California, United States", |
| 16 | + "dc:creator": [ "CreatorName", "[email protected]"], |
| 17 | + "dc:date": ["2019-05-16T19:20:30+01:00"], |
| 18 | + "dc:description": { |
| 19 | + "@language": "en-us", |
| 20 | + "@value": "An example of a glTF file with XMP metadata in it" |
| 21 | + }, |
| 22 | + "dc:format": "model/gltf+json", |
| 23 | + "dc:language": ["en"], |
| 24 | + "dc:publisher": ["Khronos"], |
| 25 | + "dc:title": { |
| 26 | + "@language": "en-us", |
| 27 | + "@value": "Sample glTF with XMP metadata" |
| 28 | + } |
21 | 29 | },
|
22 | 30 | {
|
23 |
| - "dc:title" : { "en-us" : "My Cube Mesh"} |
| 31 | + "@context": { |
| 32 | + "dc": "http://purl.org/dc/elements/1.1/" |
| 33 | + }, |
| 34 | + "dc:title": { |
| 35 | + "@language": "en-us", |
| 36 | + "@value": "My Cube Mesh" |
| 37 | + } |
24 | 38 | }
|
25 | 39 | ]
|
26 | 40 | }
|
|
31 | 45 | "byteOffset": 0,
|
32 | 46 | "componentType": 5126,
|
33 | 47 | "count": 3456,
|
34 |
| - "max": [ |
35 |
| - 10, |
36 |
| - 19.949111938476562, |
37 |
| - 10 |
38 |
| - ], |
39 |
| - "min": [ |
40 |
| - -10, |
41 |
| - -0.050886999815702438, |
42 |
| - -10 |
43 |
| - ], |
| 48 | + "max": [10, 19.949111938476562, 10], |
| 49 | + "min": [-10, -0.050886999815702438, -10], |
44 | 50 | "type": "VEC3"
|
45 | 51 | },
|
46 | 52 | {
|
|
55 | 61 | "byteOffset": 0,
|
56 | 62 | "componentType": 5125,
|
57 | 63 | "count": 5172,
|
58 |
| - "max": [ |
59 |
| - 3455 |
60 |
| - ], |
61 |
| - "min": [ |
62 |
| - 0 |
63 |
| - ], |
| 64 | + "max": [3455], |
| 65 | + "min": [0], |
64 | 66 | "type": "SCALAR"
|
65 | 67 | }
|
66 | 68 | ],
|
|
153 | 155 | "scenes": [
|
154 | 156 | {
|
155 | 157 | "name": "scene",
|
156 |
| - "nodes": [ 0 ] |
| 158 | + "nodes": [0] |
157 | 159 | }
|
158 | 160 | ]
|
159 | 161 | }
|
0 commit comments