Method ResizeUVsToTextureSize
ResizeUVsToTextureSize(OccurrenceList, double, int)
Rescale the UV coordinates to fit the input texture size
Declaration
public void ResizeUVsToTextureSize(OccurrenceList occurrences, double TextureSize, int channel = 0)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences to use for the rescaling |
double | TextureSize | Texture size to use for the UV coordinates (in millimeters) |
int | channel | UV channel to use |