OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    Graphic3d_TypeOfTextureFilter.hxx File Reference

    Enumerations

    enum  Graphic3d_TypeOfTextureFilter { Graphic3d_TOTF_NEAREST , Graphic3d_TOTF_BILINEAR , Graphic3d_TOTF_TRILINEAR }
     Type of the texture filter. Notice that for textures without mipmaps linear interpolation will be used instead of TOTF_BILINEAR and TOTF_TRILINEAR. More...

    Enumeration Type Documentation

    ◆ Graphic3d_TypeOfTextureFilter

    Type of the texture filter. Notice that for textures without mipmaps linear interpolation will be used instead of TOTF_BILINEAR and TOTF_TRILINEAR.

    Enumerator
    Graphic3d_TOTF_NEAREST 
    Graphic3d_TOTF_BILINEAR 
    Graphic3d_TOTF_TRILINEAR