New answers tagged obj
1
The problem with the obj format is that it isn't standardised. So you'll see some that use clockwise winding (not good for a naive implementation in OpenGL) some that use counter-clockwise winding (not good for a naive implementation in DirectX) plus all other kinds of quirks that are vendor-dependent (eg. triangles vs quads as primitives).
The most usual ...
1
There is a good documentation on Wikipedia. The format is made by Wavefront, you'll find lot more information online with this name. This is the Wikipedia article.
Basically, v means vertex position, vt means texture coordinate and vn means vertex normal. f defines indices of a face.
It isn't that easy to draw *.obj models in a modern way, since their ...
0
This problem has been solved and it works now. This used to be a university project,but now it has been marked and returned I am free to share the entirety of it with you. This is 3D space invaders game, with a custom OBJ loader writing in Java, you can download it from this repo on GitHub:
https://github.com/gambiting/Graphics_Project
...
Top 50 recent answers are included
