SH::ShTextureTraits Class Reference

Texture traits. More...

#include <ShTextureNode.hpp>

Inheritance diagram for SH::ShTextureTraits:

Inheritance graph
[legend]
List of all members.

Public Types

enum  Filtering { SH_FILTER_NONE, SH_FILTER_MIPMAP_NEAREST, SH_FILTER_MIPMAP_LINEAR }
enum  Wrapping { SH_WRAP_CLAMP, SH_WRAP_CLAMP_TO_EDGE, SH_WRAP_REPEAT }

Public Member Functions

 ShTextureTraits (unsigned int interpolation, Filtering filtering, Wrapping wrapping)
bool operator== (const ShTextureTraits &other) const
bool operator!= (const ShTextureTraits &other) const
unsigned int interpolation () const
ShTextureTraitsinterpolation (unsigned int interp)
Filtering filtering () const
ShTextureTraitsfiltering (Filtering filtering)
Wrapping wrapping () const
ShTextureTraitswrapping (Wrapping wrapping)

Detailed Description

Texture traits.

An enumeration of the various wrapping modes supported by textures.

Definition at line 58 of file ShTextureNode.hpp.


The documentation for this class was generated from the following file:
Generated on Wed Nov 9 15:36:36 2005 for Sh by  doxygen 1.4.5