原文链接:http://www.realtimerendering.com/blog/tag/mlaa/
You are currently browsing articles tagged MLAA.
FXAA Rules, OK?
July 4, 2011 in Resources by Eric | 4
comments
So ther...
分类:
其他好文 时间:
2014-11-24 19:16:58
阅读次数:
468
Run Fiddler.Run Fiddler and choose (from the menu) Tools, Fiddler Options… Check these boxes in the HTTPS tab of the resulting dialog (and hit OK):Cli...
Rick: The Board of Directors has come to a decision. Our company will take an image hit, and it's going to be very expensive, but it seems we have no ...
分类:
其他好文 时间:
2014-11-22 11:57:56
阅读次数:
270
RaycastHit hit; Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition); if (Physics.Raycast(ray, out hit, 1000)) { Vector3 po...
分类:
其他好文 时间:
2014-11-22 00:43:11
阅读次数:
180
错误描述:These columns don't currently have unique values.Content deployment job 'job name' failed.The exception thrown was 'System.ArgumentException' : 'These columns don't currently have unique values.'...
分类:
其他好文 时间:
2014-11-19 16:08:24
阅读次数:
180
具体消息为:ora-12514 tns listener does not currently know of service requested in connect descriptor环境windows7 x64 oracle 11g问题起因:大致是之前本机安装了一个oracle10g的cli...
分类:
其他好文 时间:
2014-11-19 13:51:25
阅读次数:
190
[pg@h1 ~]$ vacuumdb --freeze template0
vacuumdb: could not connect to database template0: FATAL: database "template0" is not currently accepting connections
[pg@h1 ~]$ psql template0
psql: FATAL: da...
分类:
其他好文 时间:
2014-11-19 01:58:54
阅读次数:
234
android错误之The chosen operation is not currently available
今天遇到一个很奇葩的一个问题 电脑突然卡了 然后没有办法只有被迫重新启动 按照以前的操作去打开eclipse 可以操作SDK ADT两个按钮 ,可是突然弹出“The chosen operation is not currently available” 意...
分类:
其他好文 时间:
2014-11-19 01:53:38
阅读次数:
175
错误描述:These columns don't currently have unique values.Content deployment job 'job name' failed.The exception thrown was 'System.ArgumentException' :.....
分类:
其他好文 时间:
2014-11-18 23:42:12
阅读次数:
386
Word Ladder II 一、看了许久的单词翻译大概知道啥意思了 Given: start ="hit" end ="cog" dict =["hot","dot","dog","lot","log"] 变换一个单词并且在字典中,然后匹配到结尾的单词。 我觉得网上看的那个变换26个...
分类:
其他好文 时间:
2014-11-18 12:05:17
阅读次数:
170