提交 12bf1c2c 编写于 作者: M Mugen87

Examples: Clean up.

上级 f70b609e
......@@ -140,7 +140,7 @@ THREE.BasisTextureLoader.prototype = Object.assign( Object.create( THREE.Loader.
var config = this.workerConfig;
var { width, height, hasAlpha, mipmaps, format } = message;
var { width, height, mipmaps, format } = message;
var texture;
......
......@@ -153,7 +153,7 @@ BasisTextureLoader.prototype = Object.assign( Object.create( Loader.prototype ),
var config = this.workerConfig;
var { width, height, hasAlpha, mipmaps, format } = message;
var { width, height, mipmaps, format } = message;
var texture;
......
......@@ -4,7 +4,6 @@
*/
import {
LoadingManager,
FileLoader,
Object3D,
Loader
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册