lucaspevidor / InteractiveCanvas

A training project for interacting with an environment through HTML canvas
GNU General Public License v3.0
1 stars 0 forks source link

Feature/add zoom on scroll for the canvas #19

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

Zoom on mouse scroll was implemented. Some movement and rendering methods had to be modified to account for the scale factor from the canvas itself. Closes #18