提交 9b781b15 编写于 作者: S Shun-An Lee

Add comments to describe the modification

上级 bb646255
......@@ -68,8 +68,9 @@ THREE.STLLoader.prototype = {
}
// some binary files will have different size from expected,
// checking characters higher than ASCII to confirm is binary
var fileLength = reader.byteLength;
for ( var index = 0; index < fileLength; index ++ ) {
if ( reader.getUint8(index, false) > 127 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册