230

Using texture coordinates
Texture class methods

  • Methods on Texture select WRAP or CLAMP boundary modes in S and T
  • WRAP is the default in both S and T
  • Method
    void setBoundaryModeS( int mode )
    void setBoundaryModeT( int mode )