All Questions
4 questions
0
votes
0
answers
140
views
OBJ file loader texture coordinates ‘scrambled’
Edit
I've rewritten the loader to duplicate data if only one element (v, vt, vn) is different. I get a much better result, but it is still incorrect. The seams on the mesh match what they should look ...
0
votes
2
answers
309
views
OpenGL ES model loader is slow?
I'm trying to load a 3D model in OpenGL ES, and I managed to find a project on "sourceForge" that can do this job.
When I downloaded it and played the app, it took 50 second to load a small object (...
0
votes
3
answers
1k
views
How do I get min/max on a mesh
I am trying to create an AABB but I need to know how to store min/max from a mesh.
Here is my code(I got it from thin matrix) :
...
0
votes
1
answer
237
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)?