module
Eagle::Codecs::OBJ
Overview
Wavefront OBJ reading and writing: positions, texture coordinates, normals, and faces with any number of sides. Material files are ignored.
Defined in:
eagle/graphics3d/mesh.crClass Method Summary
-
.decode(text : String, hint : String = "") : Mesh
Parses OBJ text.
-
.encode(mesh : Mesh) : String
Writes a mesh as OBJ text.