Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
Graphic3d_TypeOfTextureFilter.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

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