Importing 3D Models with Assimp
This is an OpenGL 3.3 + GLSL 3.3 sample that loads and displays a 3D model with Assimp. It also uses DevIL in case the model has textures. It was based on Assimps OpenGL demo and it extends it to support OpenGL 3.3 The sample uses Texturing, Vertex Array Objects, and Uniform Blocks. Camera can … Read more