Obj file problems.

Started by
0 comments, last by CL 21 years, 7 months ago
I was wondering if anyone knew the solution to my current problem. I load a .obj file with a texture and display it with vertices and texture vertices in OpenGL .. no lighting, normals, or anything else; just a plain textured object. For some reason the object appears partially transparent with polygons disappearing all over the place depending on what angle the object is viewed at. Seems like a depth buffer problem but I can''t figure it out. Any suggestions? By the way, anyone else notice all the "Meet Women Now" popups showing up on computer programming sites? Jeez ... what a stereo type.
Advertisement
Figured it out .. never set the near viewing plane to 0.0 .. put it to 1.0 and everything worked.

This topic is closed to new replies.

Advertisement