All Frameworks  Class Hierarchy  This Framework  Indexes

VisualizationBase Enumeration CATTextureWrapping

enum CATTextureWrapping {
  CATClampingTexture,
  CATRepeatTexture,
  CATClampToBorderTexture,
  CATClampToEdgeTexture
}
Texture tiling mode.
Values:
CATClampingTexture
Texture image is clamped.
CATRepeatTexture
Texture image is repeated.
CATClampToBorderTexture
Inactive.
CATClampToEdgeTexture
Inactive.
See also:
CATGraphicMaterial

This object is included in the file: CATGraphicMaterial.h

Copyright © 2003, Dassault Systèmes. All rights reserved.