Click or drag to resize
AB4D logo

DXMeshGeometry3DFlipYTextureCoordinate Property

Gets or sets a Boolean that specifies if y texture coordinate is changed to y' = 1 - y (flipped texture coordinates instead of flipping the image is much faster)

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool FlipYTextureCoordinate { get; set; }

Property Value

Boolean
See Also