OpenGL with JOGL as part of my course
  • Java 94.6%
  • GLSL 5.4%
Find a file
2021-12-10 23:31:18 +00:00
.idea Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
src Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
.gitignore Add initial code 2021-11-11 14:42:41 +00:00
Gouraud.frag Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
Gouraud.vert Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
NormalMap.jpg Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
PhongTexture.frag Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
PhongTexture.vert Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
README.md Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
teddy.ply Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
Texture.frag Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
Texture.vert Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00
WelshDragon.jpg Move files to top level directory to be consistent with previous labs 2021-12-10 23:31:18 +00:00

Graphics Coursework

Running

The easiest way to run this project is to open it with IntelliJ, as the run configurations are stored within this repository.