Uses of Class
toxi.geom.mesh.OBJWriter

Packages that use OBJWriter
toxi.geom.mesh   
 

Uses of OBJWriter in toxi.geom.mesh
 

Methods in toxi.geom.mesh with parameters of type OBJWriter
 void TriangleMesh.saveAsOBJ(OBJWriter obj)
          Saves the mesh as OBJ format by appending it to the given mesh OBJWriter instance.