Skip to content

Commit

Permalink
fix texCubeLOD path
Browse files Browse the repository at this point in the history
  • Loading branch information
guycalledfrank committed Jun 12, 2015
1 parent 50db179 commit 039c447
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 039c447

Please sign in to comment.