I am currently doing a project which needs to do handle ply file and display it. I want to use pyopengl to handle this problem. Can someone tell me is there a way for me to display 3-D model of this ply file using pyopengl? I searched google, but couldn't find some useful thing.
Actually, right now, I have a ply file, and I want to read this file to let it display 3D mesh, but I read through some tutorial online, and couldn't find some useful information. Thank you!