OBJ model loaded in LWJGL has a black area with no texture
- by gambiting
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 should look like):
http://www.turbosquid.com/FullPreview/Index.cfm/ID/701294
I wrote a custom OBJ loader using the LWJGL tutorial from their wiki. It…