Метод | Описание | |
---|---|---|
FromOBJ ( string file ) : |
Loads vertex data from an OBJ model file and creates a Mesh object out of it. Almost like magic.
|
|
Mesh ( |
Creates a new Mesh from a triangle array.
|
Метод | Описание | |
---|---|---|
CheckRegex ( string input, string pattern, |
public static FromOBJ ( string file ) : |
||
file | string | The path to the file to load. |
Результат |
public Mesh ( |
||
triangles | The triangle array to make the mesh out of. | |
Результат | System |