文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>OpenGL ES系列 之 深入 - 7:全屏抗锯齿 FSAA

OpenGL ES系列 之 深入 - 7:全屏抗锯齿 FSAA

时间:2010-07-15  来源:nearfuture_qinyaomin

 FSAA是Full Screen AntiAlias的缩写,这是一种可由硬件实现的低成本抗锯齿方法,由pipeline在光栅化阶段做一下Super Sampling,效果不错,速度也快。OpenGL ES给厂商实现AntiAlias提供了非常大的灵活性,只有这种MultiSample有标准的接口:glEnable (GL_MULTISAMPLE)。
要启用FSAA是有前提的,即硬件支持,并且选择了合适的EGLConfig。所谓合适的Config就是有 SAMPLE_BUFFERS(通常1个 Buffer)、指定了SAMPLE复杂度(2或4):
        // choose config
        EGLint cfg_attr_list[] = {
            EGL_BUFFER_SIZE, bpp,
            EGL_SAMPLE_BUFFERS, sampleBuffers,
            EGL_SAMPLES, samples,
            EGL_NONE
        };
然后在绘制时 enable之即可。

奇怪的是,在PVR PCE里,这个特性无法正常使用,可以取得Config,但是CreateContext会失败。

在X51v WM5.0下运行得倒还好。
相关阅读 更多 +
排行榜 更多 +
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

飞行射击 下载
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

飞行射击 下载
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

飞行射击 下载