未验证 提交 5c962e7f 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18982 from HTLife/patch-1

Fix binary reading problem of PCD format
......@@ -210,7 +210,7 @@ PCDLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
} else {
PCDheader.offset[ PCDheader.fields[ i ] ] = sizeSum;
sizeSum += PCDheader.size[ i ];
sizeSum += PCDheader.size[ i ] * PCDheader.count[ i ];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册