Skip to content

Commit

Permalink
Merge pull request #313 from guycalledfrank/fixiosagain
Browse files Browse the repository at this point in the history
fix texCubeLOD path
  • Loading branch information
guycalledfrank committed Jun 12, 2015
2 parents 06f815e + 039c447 commit 3e85eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/resources_cubemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pc.extend(pc, function () {
if (data.dds) {

data.dds.fixCubemapSeams = true;
data.dds.minFilter = pc.FILTER_LINEAR;
data.dds.minFilter = pc.FILTER_LINEAR_MIPMAP_LINEAR;
data.dds.magFilter = pc.FILTER_LINEAR;
data.dds.addressU = pc.ADDRESS_CLAMP_TO_EDGE;
data.dds.addressV = pc.ADDRESS_CLAMP_TO_EDGE;
Expand Down

0 comments on commit 3e85eff

Please sign in to comment.