LiXizhi / NPLRuntime

NPL - Neural Parallel Language
https://paracraft.cn
GNU General Public License v2.0
267 stars 78 forks source link

怎么在ParaEngine中开启抗锯齿效果 #256

Closed kevinypcao closed 6 years ago

LiXizhi commented 6 years ago

there is an option in config.txt, but only possible during restart. The better way is to use deferred shading to do AA manually in shader as in paracraft /shader 2

kevinypcao commented 6 years ago

@LiXizhi 开启抗锯齿不生效,提示如下图所示: qq 20180211142152

LiXizhi commented 6 years ago

due to deferred shading. hardware AA is always disabled. Use software shader based AA instead. see Paracraft's shader code. I suggest you disable AA, and do software based AA like in paracraft.

kevinypcao commented 6 years ago

shader文件名是啥?