Skip to content
This repository was archived by the owner on Jan 3, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 388 Bytes

File metadata and controls

17 lines (10 loc) · 388 Bytes

webgl-engine

custom from-scratch WebGL engine project for ITMO University's Computer Graphics course

Github Pages

Up - move forwards

Down - move backwards

Right - move right

Left - move left

PgUp - move upwards

PgDn - move downwards

Sometimes the controls may feel wonky - the cause is lookAt(), which is fixed to a point and the whole movement is based around this point.