提交 7c40f1c6 编写于 作者: M Mr.doob 提交者: GitHub

PCDLoader: Fixed typo

上级 87eaef8d
......@@ -36,7 +36,7 @@ THREE.PCDLoader.prototype = {
parse: function ( data, url ) {
function binarryToStr( data ) {
function binaryToStr( data ) {
var charArray = new Uint8Array( data );
......@@ -167,7 +167,7 @@ THREE.PCDLoader.prototype = {
}
var textData = binarryToStr( data );
var textData = binaryToStr( data );
// parse header (always ascii format)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册