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


    TDx_3DI_Library v2.00 Component Reference

    -= Click to navigate the reference =-
    Go to the Welcome Page

    [ TD3DPrimCaps::TextureAddressCaps ]     [ next: TextureBlendCaps ]     [ prev: StippleWidth ]

    public:

        __property dword TextureAddressCaps = { read=FGetTextureAddressCaps, write=FSetTextureAddressCaps, default=0 };




    -= Go to the TD3DPrimCaps description =-    TD3DPRIMCAPS::TEXTUREADDRESSCAPS   [ component property ]

    • Description

        The TextureAddressCaps property indicates which texture addressing capabilities are supported.
        The described effect applies when the flag is set.

    • Flags

        D3DPTADDRESSCAPS_BORDER
        Support for texture coordinates outside the range 0.0 to 1.0 being set to a border color is available.

        D3DPTADDRESSCAPS_CLAMP
        Support for texture clamping to addresses is available.

        D3DPTADDRESSCAPS_INDEPENDENTUV
        Support for separate texture addressing modes for the U and V texture coordinates is available.


        D3DPTADDRESSCAPS_MIRROR
        Support for the mirroring of textures to addresses is available.

        Mirrored texture addressing is like tiled texture addressing except the texture is flipped every integer junction, thus 0 to 1 may be addressed normally, 1 to 2 would then be mirrored, 2 to 3 would be normal, etc.

        D3DPTADDRESSCAPS_WRAP
        Support for wrapping textures to addresses is available.

        Wrapping allows the wrap around of texture coordinates in the U, V or both directions.

    • See Also
    • Top





    If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.



























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.