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

Merge branch 'master' into skinning

......@@ -6,6 +6,8 @@
THREE.Texture = function ( image, mapping, wrap_s, wrap_t, mag_filter, min_filter ) {
if ( image.getContext ) image.loaded = true;
this.image = image;
this.mapping = mapping !== undefined ? mapping : new THREE.UVMapping();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册