summaryrefslogtreecommitdiff
path: root/examples/models/Suzanne/Suzanne.gltf
blob: 56607849b3a28262bfb577ed459742db2cec0498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
   "accessors" : [
      {
         "bufferView" : 0,
         "byteOffset" : 0,
         "componentType" : 5123,
         "count" : 11808,
         "max" : [
            11807
         ],
         "min" : [
            0
         ],
         "type" : "SCALAR"
      },
      {
         "bufferView" : 1,
         "byteOffset" : 0,
         "componentType" : 5126,
         "count" : 11808,
         "max" : [
            1.336914,
            0.950195,
            0.825684
         ],
         "min" : [
            -1.336914,
            -0.974609,
            -0.800781
         ],
         "type" : "VEC3"
      },
      {
         "bufferView" : 2,
         "byteOffset" : 0,
         "componentType" : 5126,
         "count" : 11808,
         "max" : [
            0.996339,
            0.999958,
            0.999929
         ],
         "min" : [
            -0.996339,
            -0.985940,
            -0.999994
         ],
         "type" : "VEC3"
      },
      {
         "bufferView" : 3,
         "byteOffset" : 0,
         "componentType" : 5126,
         "count" : 11808,
         "max" : [
            0.998570,
            0.999996,
            0.999487,
            1.000000
         ],
         "min" : [
            -0.999233,
            -0.999453,
            -0.999812,
            1.000000
         ],
         "type" : "VEC4"
      },
      {
         "bufferView" : 4,
         "byteOffset" : 0,
         "componentType" : 5126,
         "count" : 11808,
         "max" : [
            0.999884,
            0.884359
         ],
         "min" : [
            0.000116,
            0.000116
         ],
         "type" : "VEC2"
      }
   ],
   "asset" : {
      "generator" : "VKTS glTF 2.0 exporter",
      "version" : "2.0"
   },
   "bufferViews" : [
      {
         "buffer" : 0,
         "byteLength" : 23616,
         "byteOffset" : 0,
         "target" : 34963
      },
      {
         "buffer" : 0,
         "byteLength" : 141696,
         "byteOffset" : 23616,
         "target" : 34962
      },
      {
         "buffer" : 0,
         "byteLength" : 141696,
         "byteOffset" : 165312,
         "target" : 34962
      },
      {
         "buffer" : 0,
         "byteLength" : 188928,
         "byteOffset" : 307008,
         "target" : 34962
      },
      {
         "buffer" : 0,
         "byteLength" : 94464,
         "byteOffset" : 495936,
         "target" : 34962
      }
   ],
   "buffers" : [
      {
         "byteLength" : 590400,
         "uri" : "Suzanne.bin"
      }
   ],
   "images" : [
      {
         "uri" : "Suzanne_BaseColor.png"
      },
      {
         "uri" : "Suzanne_MetallicRoughness.png"
      }
   ],
   "materials" : [
      {
         "name" : "Suzanne",
         "pbrMetallicRoughness" : {
            "baseColorTexture" : {
               "index" : 0
            },
            "metallicRoughnessTexture" : {
               "index" : 1
            }
         }
      }
   ],
   "meshes" : [
      {
         "name" : "Suzanne",
         "primitives" : [
            {
               "attributes" : {
                  "NORMAL" : 2,
                  "POSITION" : 1,
                  "TANGENT" : 3,
                  "TEXCOORD_0" : 4
               },
               "indices" : 0,
               "material" : 0,
               "mode" : 4
            }
         ]
      }
   ],
   "nodes" : [
      {
         "mesh" : 0,
         "name" : "Suzanne"
      }
   ],
   "samplers" : [
      {}
   ],
   "scene" : 0,
   "scenes" : [
      {
         "nodes" : [
            0
         ]
      }
   ],
   "textures" : [
      {
         "sampler" : 0,
         "source" : 0
      },
      {
         "sampler" : 0,
         "source" : 1
      }
   ]
}