Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 446 Bytes

Computer Graphics term 4 Poznan University of Technology

  • OBJ file parser
  • OpenGL 3D Visualisation of a chess game loaded from pgn file

To start the visualization, open the solution file (3Dchess.sln) in Visual Studio and run the project.

Navigation controls:

  • Space: Next move
  • Arrows: Rotate board (Up, Down, Left, Right)
  • WSAD: Camera movement (Up, Down, Left, Right)
  • IKJL: Change orientation

Authors: A. Roszkiewicz, M. Nowak