提交 9f51ce0f 编写于 作者: T takahiro

THREE.TGALoader bug fix.

上级 bd150ec3
......@@ -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.
先完成此消息的编辑!
想要评论请 注册