The models are in OBJ format.
First I have follow this to read obj file:
http://cggmwww.csie..../2002/prog1.htm
It works, but only if in the file are stored vertex normals.
For example:
v -1.500976 13.063408 0.460043 vn -0.461797 0.858629 -0.222485 vt 0.000000 0.000000But if the vertex normals are not stored in this manner, I'm not able to found a silhouette.
So, I have tried this code for read obj file:
http://www.gamedev.n...=12&gforum_id=0
(third post, objread.h).
Whit this code, vertex normal are manually generated.
It works, but with some problems, for example:

In this rendering, there are some wrong edges.
For me is because some normals are wrong. It's correct?
How can I solve this problem?
Thanks!!














