A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
ObjExporter Class Reference

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.
 

Detailed Description

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

Author
KeliHlodversson (see http://unifycommunity.com/wiki/index.php?title=ObjExporter)

The documentation for this class was generated from the following file: