TextureCoordinateComponents

PlySaveOptions.TextureCoordinateComponents property

The component names for texture coordinate data, default value is (“u”, “v”)

public Tuple<string, string> TextureCoordinateComponents { get; set; }

See Also