-1
votes
0answers
25 views

Loading Textures on a OBJ - lwjgl

I've created a obj parser that parses the OBJs right. I now need to know how I would load the textures on the model. I'm using this model: http://thefree3dmodels.com/stuff/furniture/couch/12-1-0-5262 ...
0
votes
1answer
103 views

loading a sequence of obj in java

I have 90 obj for an animation and currently using LWJGL. How would I be able to load them in sequence for 3000 seconds (a frame every 33 milliseconds)?