thelukester92 / lua-obj

Load a Wavefront Object file into Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Load a Wavefront Object file into Lua

License:Other


Languages

Language:Lua 100.0%