浏览代码

cube map fixup on devices with no cubemap array support

cube map fixup on devices with no cubemap array support.
Enable vertical clamping on the panorama (but preserve horizontal
repeat) to avoid bleeding from top to bottom and vice versa in the
panorama.
/Branch_Batching2
mmikk 7 年前
当前提交
a47fa1e5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      Assets/ScriptableRenderPipeline/common/TextureCache.cs

1
Assets/ScriptableRenderPipeline/common/TextureCache.cs


{
hideFlags = HideFlags.HideAndDontSave,
wrapMode = TextureWrapMode.Repeat,
wrapModeV = TextureWrapMode.Clamp,
filterMode = FilterMode.Trilinear,
anisoLevel = 0
};

正在加载...
取消
保存