
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCITextureMappingMode
enum SCITextureMappingMode : NSUInteger {}
Defines enumeration constants to describe how textures are mapped.
-
With this mode entire texture is fit into single primitive.
Declaration
Objective-C
SCITextureMappingMode_PerPrimitive
-
With this mode texture coordinates equal to screen coordinates.
Declaration
Objective-C
SCITextureMappingMode_PerScreen