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

Merge pull request #7598 from takahirox/TGALoader_bugfix

THREE.TGALoader bug fix.
......@@ -477,7 +477,9 @@ THREE.TGALoader.prototype._parser = function ( buffer ) {
return {
width: header.width,
height: header.height,
data: rgbaData
data: rgbaData,
magFilter: THREE.NearestFilter,
minFilter: THREE.NearestFilter
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册