I need to generate a 3D-world and load 3D-objects into a QGLWidget. Is there any class which allows me to easily load 3d-meshes so i can display them? I could write my own code to parse the data but i hope there is some convenient class in qt to do this for me. The format i want to load is open and depends on which format qt supports.