Mercurial > LightClone
diff Data/Shaders/Environment.fx @ 2:fd55825393df
Update block texture; Change filtering modes
author | koryspansel <koryspansel@bendbroadband.com> |
---|---|
date | Wed, 07 Sep 2011 13:02:06 -0700 |
parents | 7e3a0ae9c016 |
children | b0f642ee22d3 |
line wrap: on
line diff
--- a/Data/Shaders/Environment.fx Wed Sep 07 12:55:08 2011 -0700 +++ b/Data/Shaders/Environment.fx Wed Sep 07 13:02:06 2011 -0700 @@ -7,10 +7,10 @@ sampler TextureSampler = sampler_state { Texture = <kTexture>; - MinFilter = LINEAR; - MagFilter = LINEAR; - AddressU = WRAP; - AddressV = WRAP; + MinFilter = ANISOTROPIC; + MagFilter = ANISOTROPIC; + AddressU = CLAMP; + AddressV = CLAMP; }; struct VertexOutput