Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 430 Bytes

File metadata and controls

17 lines (13 loc) · 430 Bytes

Wavefront Object Loader

Wavefront Object Loader is a library for parsing Wavefront Object files into Lua data structures.

Quick Example

local obj_loader = require "loader"

local object = obj_loader.load("some_object.obj")

License

This code is licensed under the MIT Open Source License. Check out the LICENSE file for more information.