Open CASCADE Technology  7.1.0.beta
Enumerations

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

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