DirectionMapApplierType Enumeration
Specifies how a DirectionMapApplier applies maps to meshes.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum DirectionMapApplierType
Values
Value name | Value | Description |
---|---|---|
FitUTileV | 0 | Fit in V direction, tile along mesh in U direction. |
FitVTileU | 1 | Fit in U direction, tile along mesh in V direction. |
TileUTileV | 2 | Tile in U direction, tile along mesh in V direction. |
TileVTileU | 3 | Tile in V direction, tile along mesh in U direction. |
Remarks
This enumeration type represents different methods of direction map applying. Fit means that the applying of the map is made so that the map fits to the edges of the mesh. Tile means that the map is repeated (tiled). The size of a tile is according to the bounds of the map.
![]() |
![]() |
![]() |
![]() |
![]() |
Platforms
Windows, Linux, Android