Hi,
Currently, I have just loaded a .obj file, for example: teapot.obj.
I displayed the object in wireframe form so that i can see the edges.
The problem here is, I am trying to get infomation on an edge.For example to get the length of a selected edge.
In the .obj file, it only contains vertices and faces information. So how am I able to choose an edge and get its information.
I heard of winged edge and half edage representation but I do not understand them.
I tried goggle but not able to get much information.Can I get anyhelp on how am I able to do so? or how to implement the data structures in jogl?
Thanks for the help in advance.