Wavefront Object Loader is a library for parsing Wavefront Object files into Lua data structures.
local obj_loader = require "loader"
local object = obj_loader.load("some_object.obj")
This code is licensed under the MIT Open Source License. Check out the LICENSE file for more information.