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.cr

Class Method Summary

Class Method Detail

def self.decode(text : String, hint : String = "") : Mesh #

Parses OBJ text.


def self.encode(mesh : Mesh) : String #

Writes a mesh as OBJ text.