Tagged Questions
-1
votes
2answers
66 views
Need help drawing obj file! [closed]
I'm using GLFW and I want to draw a obj file. How are they drawn? I know how to draw 3D in OpenGL but when I open the obj file I see "v"s, "vn"s, "f"s, "vt"s, what are these? I don't know how to read ...
2
votes
2answers
616 views
OBJ model loaded in LWJGL has a black area with no texture
I have a problem with loading an .obj file in LWJGL and its textures.
The object is a tree(it's a paid model from TurboSquid, so I can't post it here,but here's the link if you want to see how it ...
0
votes
2answers
244 views
How to get this wavefront .obj data onto the frustum?
I've finally figured out how to get the data from a .obj file and store the vertex positions x,y,z into a structure called Points with members x y z which are of type float. I want to know how to get ...
1
vote
1answer
656 views
How to include fur in the exported obj file in Maya?
In Maya I use fur to create plants. In my game I want to render these plants with cel shading. I use Wavefront .obj as a file format in my game for the models, but it doesn't seem to include the fur.
...