API Reference > OdBr Classes > OdBrFace Class > OdBrFace Enumerations > OdBrFace::Tiling Enumeration
OdBrFace::Tiling Enumeration
Syntax
C++
enum Tiling { kInheritTiling = 0, kTile = 1, kCrop = 2, kClamp = 3, kMirror = 4 };

BrFace.h

Members 
Description 
kInheritTiling = 0 
Inherits *tiling* from the current material's mapper. 
kTile = 1 
Repeats map along image axes. 
kCrop = 2 
Crops map < 0.0 or > 1.0 on image axes. 
kClamp = 3 
Clamps (stretches) map between 0.0 and 1.0 on image axes. 
kMirror = 4 
Mirror the material map at every integer boundary. 

This is record OdBrFace::Tiling.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.