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

Clean up.

上级 35216e71
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - pyhsical</title>
<title>three.js webgl - materials - standard</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
......
......@@ -18,6 +18,7 @@ Object.assign( THREE.ImageLoader.prototype, {
image.onload = function () {
URL.revokeObjectURL( image.src );
if ( onLoad ) onLoad( image );
scope.manager.itemEnd( url );
......@@ -40,6 +41,7 @@ Object.assign( THREE.ImageLoader.prototype, {
}, onProgress, onError );
}
scope.manager.itemStart( url );
return image;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册