sporreking / Portal-Simulator-Non-Euclidean-Spaces

OpenGL simulation of portals and non-euclidean spaces in C++. Created by Alfred Sporre & Mattias Beming as part of the computer graphics course TSBK07 at Linköping University.
0 stars 0 forks source link

Feat/link scaling #71

Closed sporreking closed 3 years ago

sporreking commented 3 years ago

Implemented scaling support for player when moving through links of different scales. The static frame buffers may now also be down-scaled using a fall-off factor.

Closes #70