C# Класс kulerIslands.Processing

Показать файл Открыть проект

Открытые методы

Метод Описание
ConvertUVSpaceToPixels ( PointF pt, int resolution, int padding ) : PointF
FindIslands ( List Assets ) : void
GenerateKulerIslandMap ( List files = null, int resolution = 1024, int padding, string colorize = "Random", string wireframe = "None", float wirethickness = 2F ) : void
GetRandomColor ( string method = "Random" ) : Color
IsFormatOBJ ( string filepath ) : bool
ReadFileOBJ ( string filepath = "" ) : ModelAsset

Описание методов

ConvertUVSpaceToPixels() публичный статический Метод

public static ConvertUVSpaceToPixels ( PointF pt, int resolution, int padding ) : PointF
pt System.Drawing.PointF
resolution int
padding int
Результат System.Drawing.PointF

FindIslands() публичный статический Метод

public static FindIslands ( List Assets ) : void
Assets List
Результат void

GenerateKulerIslandMap() публичный статический Метод

public static GenerateKulerIslandMap ( List files = null, int resolution = 1024, int padding, string colorize = "Random", string wireframe = "None", float wirethickness = 2F ) : void
files List
resolution int
padding int
colorize string
wireframe string
wirethickness float
Результат void

GetRandomColor() публичный статический Метод

public static GetRandomColor ( string method = "Random" ) : Color
method string
Результат Color

IsFormatOBJ() публичный статический Метод

public static IsFormatOBJ ( string filepath ) : bool
filepath string
Результат bool

ReadFileOBJ() публичный статический Метод

public static ReadFileOBJ ( string filepath = "" ) : ModelAsset
filepath string
Результат ModelAsset