Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBrFace::Tiling Enumeration
Syntax
C++
enum Tiling { kInheritTiling = 0, kTile = 1, kCrop = 2, kClamp = 3, kMirror = 4 };
Members
Description
kInheritTiling
Inherits *tiling* from the current material's mapper.
kTile
Repeats map along image axes.
kCrop
Crops map < 0.0 or > 1.0 on image axes.
kClamp
Clamps (stretches) map between 0.0 and 1.0 on image axes.
kMirror
Mirror the material map at every integer boundary.

File: BrFace.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.