3D Game Engine This Java program implements a primitive game engine designed using Java Light Weight Gaming Library and openGL. This program has the functionality of loading .obj files and representing it in a 3D environment. The program provides functions for lighting, reflectivity and rotation of the displayed entities.
Instruction for running the program In order to run the program in Eclipse, openGL native library should be installed with respect to the operating system used for running the program. The software comes preloaded with Linux native libraries, thus its ready to be run without any modification in a Linux system.