VCL RAD DirectX for C++ Builder

Welcome to

www.tdxlibrary.org

Home of the
the TDx_Library...

=- RAD DirectX =-

"RAD DirectX"
for
C++ Builder

...

Welcome to tdxlibrary.org Latest News

Development Tools Demo Applications Step-By-Step Tutorials Component Reference

Register our Tools Available Downloads

Frequently Asked Questions Links to other sites Information about the tdxlibrary.org website


    GLOSSARY REFERENCE

    Below you will find the glossary reference for 'Antialiasing'
    Go to the Welcome Page
    If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.



    ANTIALIASING

    [ TDx_Draw_Library ]     [ next: Artifact ]     [ prev: Alpha Value ]

    Antialiasing is a technique used to help reduce the appearance of the jagged stairstep of pixels that is encountered when drawing lines that are neither horizontal or vertical, usually most evident along highly contrasting edges. Antialiasing can reduce this problem by averaging the values of neighboring pixels, thus giving the appearance of a smoother transition from one color to another.
    Edge antialiasing involves redrawing specified lines using antialiasing. This can be a very efficient way of antialiasing a few important edges without incurring any significant performance loss. Excessive use of this technique can be computationally expensive, so dont use this technique on every edge in the scene.
    Enabling general antialiasing means that antialiasing will automatically be applied to all lines and polygons rendered in 3D scenes in the first pass, without any redrawing required. Some hardware requires sorted polygons to perform general antialiasing, this can be checked by looking at the flags in the RasterCaps property of the TD3DPrimCaps object.





























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Links |  Site Information

This page is Copyright © 2019 Darren John Dwyer, Australia. All Rights Reserved.
Borland C++ Builder, CBuilder, etc are Trademarks of Borland Corporation.
DirectX, DirectDraw, Windows, etc are Trademarks of Microsoft Corporation.