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

Merge pull request #14999 from stormwin/patch-1

Update DRACOLoader.js
......@@ -236,7 +236,7 @@ THREE.DRACOLoader.prototype = {
}
var dracoGeometry;
var decodingStatus;
const start_time = performance.now();
var start_time = performance.now();
if (geometryType === dracoDecoder.TRIANGULAR_MESH) {
dracoGeometry = new dracoDecoder.Mesh();
decodingStatus = decoder.DecodeBufferToMesh(buffer, dracoGeometry);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册