OpenGL 3D Game Tutorial 14: Simple Terrain

LWJGL tutorial series on how to create a 3D Java game with OpenGL! This week we program a terrain renderer and generate a simple flat terrain! Code for generating terrain: Generation ?dl=0 Full code download (try doing the tutorial first though!): Common Problems: -If you can’t see the terrain make sure your camera is in the right position! It needs to have a y positi
Back to Top