提交 9767cf50 编写于 作者: T Takahiro

Remove texture.flipY from BasisTextureLoader

上级 76002f17
......@@ -145,7 +145,6 @@ THREE.BasisTextureLoader = class BasisTextureLoader {
texture.magFilter = THREE.LinearFilter;
texture.encoding = THREE.sRGBEncoding;
texture.generateMipmaps = false;
texture.flipY = false;
texture.needsUpdate = true;
return texture;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册