• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            逛奔的蝸牛

            我不聰明,但我會很努力

               ::  :: 新隨筆 ::  ::  :: 管理 ::
            Antialiasing 
            Another use for OpenGL’s blending capabilities is antialiasing. 
            Turning on antialiasing is simple. 
            First: you must enable blending and set the blending function.
            glEnable(GL_BLEND);
            glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

            Second: choose to antialias points, lines, and/or polygons(any solid primitive) by  calling glEnable:
            glEnable(GL_POINT_SMOOTH);  // Smooth out points.(smooth out: 使平滑)
            glEnable(GL_LINE_SMOOTH); // Smooth out lines.
            glEnable(GL_POLYGON_SMOOTH); // Smooth out polygon edges.

            Third: give hint to do the best job possible:
            glHint(GL_POLYGON_SMOOTH_HINT, GL_NICEST);


            Solid objects antialiasing called "multisampling", more tedious rules.

            Point and line smoothing is widely supported, but unfortunately polygon smoothing is not available on all platforms. Even when GL_POLYGON_SMOOTH is available, it is not as convenient a means of having your whole scene antialiased as you might think. Because it is based on the blending operation, you would need to sort all your primitives from front to back! Yuck.


            Multisample(抽樣):
            A more recent addition to OpenGL to address this shortcoming is multisampling. When this feature is supported (it is an OpenGL 1.3 feature), an additional buffer is added to the framebuffer that includes the color, depth, and stencil values. All primitives are sampled multiple times per pixel, and the results are stored in this buffer.

            First: you must obtain a rendering context that has support for a multisampled framebuffer.
            setFormat(QGLFormat(QGL::DoubleBuffer | QGL::DepthBuffer | QGL::SampleBuffers));
            Second: turn multisampling on or off:
            glEnable(GL_MULTISAMPLE); // glDisable(GL_MULTISAMPLE);

            Another important note about multisampling is that when it is enabled, the point, line, and polygon smoothing features are ignored if enabled. On a given OpenGL implementation, points and lines may look better with smoothing turned on instead of multisampling.
            實體圖形效果非常的好啊, 比使用前面的antialiasing好非常多. 而且就上面兩步搞定. 但對于點和線來說, 使用smoothing的效果卻比multisampling的效果好, 所以要看情況來定.
            posted on 2009-05-23 15:14 逛奔的蝸牛 閱讀(2494) 評論(2)  編輯 收藏 引用 所屬分類: OpenGL

            評論

            # re: OpenGL: 反鋸齒 2012-07-30 14:47 外星人
            setFormat是哪里有?是哪個庫的?  回復  更多評論
              

            # re: OpenGL: 反鋸齒 2012-07-30 14:48 外星人
            setFormat在哪個庫文件?  回復  更多評論
              

            久久国产精品无码HDAV| 久久精品中文字幕无码绿巨人| 色欲av伊人久久大香线蕉影院| 国产成人香蕉久久久久| 免费久久人人爽人人爽av| 久久精品国产亚洲AV无码麻豆 | 91秦先生久久久久久久| 久久热这里只有精品在线观看| 日韩一区二区久久久久久 | 精品国产乱码久久久久久1区2区 | 久久www免费人成看片| 97热久久免费频精品99| 人妻少妇久久中文字幕一区二区 | 国内精品久久久久影院亚洲| 97久久久久人妻精品专区| 日韩影院久久| 国产无套内射久久久国产| 国产成人精品综合久久久| 亚洲伊人久久成综合人影院 | 免费观看久久精彩视频| 77777亚洲午夜久久多人| 精品人妻伦九区久久AAA片69| 久久精品a亚洲国产v高清不卡| 久久精品亚洲欧美日韩久久| 国产精品激情综合久久| 国产美女久久精品香蕉69| 久久久无码精品亚洲日韩京东传媒| 99久久国产综合精品五月天喷水 | 狠狠人妻久久久久久综合蜜桃 | 久久高清一级毛片| 久久97精品久久久久久久不卡| 国产精品久久久亚洲| 久久久久亚洲AV成人网人人网站| 久久精品免费网站网| 久久综合九色综合精品| 69久久精品无码一区二区| 无码人妻久久一区二区三区| 一本久久综合亚洲鲁鲁五月天亚洲欧美一区二区| 激情伊人五月天久久综合| 国产精品9999久久久久| 久久精品亚洲一区二区三区浴池|