groverburger / g3d

Simple and easy 3D engine for LÖVE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue that happened soon after I first tried, and continues after I redownload

k-onej opened this issue · comments

commented

According to LOVE:
Error

g3d/objloader.lua:20: bad argument #1 to 'ipairs' (table expected, got nil)

Traceback

[C]: in function 'ipairs'
g3d/objloader.lua:20: in function 'concatTables'
g3d/objloader.lua:115: in function 'LoadObjFile'
g3d/model.lua:28: in function 'new'
main.lua:4: in function 'load'
[C]: in function 'xpcall'
[C]: in function 'xpcall'

This didn't happen the first time trying the library, but now happens even from the demo provided.

I am running the program with ZeroBrane Studio 1.90, set to load love2d, however the issue does not seem to happen when loading directly from the program.