this is a LUA library that converts obj to lua readable code.
https://github.com/karai17/lua-obj
problem is, if i import the library and add a obj file it gives me an error.
somthing about require not being a valid thing or whatever.
this is the code the importer requires you put into the program you have made
local obj_loader = require "loader" local object = obj_loader.load("some_object.obj")
any fixes on how to do this?