# SMAA_Learning **Repository Path**: Arcadia1989/SMAA_Learning ## Basic Information - **Project Name**: SMAA_Learning - **Description**: 学习研究SMAA抗锯齿 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SMAA_Learning #### 介绍 学习研究SMAA抗锯齿 2020-05-25更新: 横向锯齿完善了一部分 现在还不是完整的SMAA, 还没有转角判断, 还没有斜方向矢量化 心得: 在Shader里比对0.25 0.75这样的数值是准确的, 没经过运算而来的数值在if()里可以直接用==进行判断. 现在横向左右判断八步, 模糊能波及16个像素,但趋近于水平看起来还会有些波浪. #### 软件架构 VS2017 OSG3.6.4 #### 参考: 1. https://blog.csdn.net/qezcwx11/article/details/78426052