提交 dff3b9fd 编写于 作者: L Lewy Blue 提交者: Mr.doob

removed unused texture.sourceFile property (#10024)

上级 994cdc03
......@@ -55,11 +55,6 @@
as long as video is playing - the [page:VideoTexture VideoTexture] class handles this automatically.
</div>
<h3>[property:string sourceFile]</h3>
<div>
This property is currently unused.
</div>
<h3>[property:array mipmaps]</h3>
<div>
Array of user-specified mipmaps (optional).
......
......@@ -17,7 +17,6 @@ function Texture( image, mapping, wrapS, wrapT, magFilter, minFilter, format, ty
this.uuid = _Math.generateUUID();
this.name = '';
this.sourceFile = '';
this.image = image !== undefined ? image : Texture.DEFAULT_IMAGE;
this.mipmaps = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册