OpenGL 3D Game Tutorial 10: Loading 3D Models

LWJGL tutorial series on how to create a 3D Java game with OpenGL! This week we create an OBJ parser to load 3D models made in Blender into our game! Download the stall model: Download Blender for free: Common Problems: -If you’re using your own model then make sure to texture it in Blender first using UV mapping! -The size of the normals array is “() * 3“ and NOT “() *
Back to Top