提交 12e5840c 编写于 作者: M Mr.doob

BufferGeometryLoader: Added comment.

上级 5d8bb024
......@@ -93,6 +93,7 @@ Object.assign( BufferGeometryLoader.prototype, {
var TYPED_ARRAYS = {
Int8Array: Int8Array,
Uint8Array: Uint8Array,
// Workaround for IE11 pre KB2929437. See #11440
Uint8ClampedArray: typeof Uint8ClampedArray !== 'undefined' ? Uint8ClampedArray : Uint8Array,
Int16Array: Int16Array,
Uint16Array: Uint16Array,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册