A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Obj mesh exporter. More...
Static Public Member Functions | |
static void | MeshToFile (Mesh m, string filename) |
Saves a Mesh to file as an .obj file. | |
static void | MeshToFile (Vector3[] vertices, int[] triangles, string filename) |
Saves mesh data to file as an .obj file. | |
static string | MeshToString (Mesh m) |
Generates an obj file from supplied Mesh object. | |
static string | MeshToString (Vector3[] vertices, int[] triangles) |
Generates an obj file from supplied vertices and triangles arrays. | |
Obj mesh exporter.
This class is a modified version of the one found at the UnifyCommunity wiki. It provides utilities for exporting a mesh to a .obj file