forked from KhronosGroup/glTF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbufferViews.json
34 lines (34 loc) · 1.03 KB
/
bufferViews.json
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
{
"bufferViews" : {
"vertices_id" : {
"buffer" : "buffer_id",
"byteLength": 76768,
"byteOffset": 0,
"name": "user-defined name of bufferView with vertices",
"target": 34962,
"extensions" : {
"extension_name" : {
"extension specific" : "value"
}
},
"extras" : {
"Application specific" : "The extra object can contain any properties."
}
},
"indices_id" : {
"buffer" : "buffer_id",
"byteLength": 25272,
"byteOffset": 76768,
"name": "user-defined name of bufferView with indices",
"target": 34963,
"extensions" : {
"extension_name" : {
"extension specific" : "value"
}
},
"extras" : {
"Application specific" : "The extra object can contain any properties."
}
}
}
}