浏览代码

examples/Canvas: Clamp sampling to stop the bleeding;

bjorn 7 年之前
父节点
当前提交
2412c53aa0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      examples/Canvas/main.lua

+ 3 - 0
examples/Canvas/main.lua

@@ -82,6 +82,9 @@ function lovr.load()
       lovr.graphics.newCanvas(width, height),
       lovr.graphics.newCanvas(width, height),
       lovr.graphics.newCanvas(width, height)
       lovr.graphics.newCanvas(width, height)
     }
     }
+
+    tempCanvas[1]:setWrap('clamp')
+    tempCanvas[2]:setWrap('clamp')
   end
   end
 end
 end