fire833 / fdmviz

Computer Graphics Project Spring 2024
https://fdmviz.tauser.us/
GNU General Public License v2.0
0 stars 0 forks source link

Investigate: Rescale canvas on window resize #3

Closed matthewCmatt closed 2 months ago

matthewCmatt commented 4 months ago

When the window is resized, the canvas should be rescaled (and the mesh recentered).

Do not recreate the canvas, instead change its width and height to avoid flashing/rerendering.

BrianBoedcker commented 2 months ago

Done