diff --git a/gltfOverview2.0.svg b/gltfOverview2.0.svg
index 2a04117..5c5222d 100644
--- a/gltfOverview2.0.svg
+++ b/gltfOverview2.0.svg
@@ -16,7 +16,7 @@
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
- sodipodi:docname="gltfOverview2.0-RC01.svg"
+ sodipodi:docname="gltfOverview2.0.svg"
inkscape:export-xdpi="82.99472"
inkscape:export-ydpi="82.99472">
"buffers": [ { "byteLength": 35, "uri": "buffer01.bin" }],
Each of the buffers refers to a binary data file, using a URI. It is the source of one block of raw data withthe given
"bufferViews": [ { "buffer": 0, "byteOffset": 4, "byteLength": 28, "byteStride": 12, "target": 34963 }],
Each of the bufferViewsrefers to one buffer. Ithas a byteOffset and abyteLength, defining thepart of the buffer that belongs to the bufferView, and an optional OpenGL buffer buffer target.target.
"accessors": [ { "bufferView": 0, "byteOffset": 4, "type": "VEC2", "componentType": 5126, "count": 2, "byteStride": 12, "min" : [0.1, 0.2] "max" : [0.9, 0.8] }]
The accessors define how the data of a bufferView is interpreted. They may define an additional byeOffset referring to thestart of the bufferView,and contain informationabout the type and layoutof the bufferView data:
+ transform="translate(-1e-4,-6.32e-5)" />
bufferView byteOffset = 4 byteLength = 28