From 408095ac69825ab7f07d32d0b3eb1771690b0ae1 Mon Sep 17 00:00:00 2001 From: lexaknyazev Date: Thu, 23 Jun 2016 19:19:22 +0400 Subject: [PATCH] Clarify usage of buffer.type --- specification/2.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/2.0/README.md b/specification/2.0/README.md index 3054b0b7e4..691070312a 100644 --- a/specification/2.0/README.md +++ b/specification/2.0/README.md @@ -330,7 +330,7 @@ Buffer data is little endian. All buffers are stored in the asset's `buffers` dictionary property. -The following example defines a buffer. The `byteLength` property specifies the size of the buffer file. The `type` property specifies how the data is stored, either as a binary array buffer or text. The `uri` property is the URI to the buffer data. Buffer data may also be stored within the glTF file as base64-encoded data and reference via data URI. +The following example defines a buffer. The `byteLength` property specifies the size of the buffer file. The `type` property specifies how the data is stored; its value can be used as the `responseType` when retrieving data over [XHR](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest). The `uri` property is the URI to the buffer data. Buffer data may also be stored within the glTF file as base64-encoded data and reference via data URI. ```javascript "buffers": {