/lua-obj

Load a Wavefront Object file into Lua

Primary LanguageLuaOtherNOASSERTION

Wavefront Object Loader for LÖVE2d

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

Quick Example

local loader3d = require "lua-obj"
local object = loader3d.load("some_object.obj")

License

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