freshfork / p5.EasyCam

A p5.js library for easy 3D camera control.
https://freshfork.github.io/p5.EasyCam
MIT License
137 stars 33 forks source link

HUD display now rotates with the rest of the canvas #30

Closed rheaney closed 1 month ago

rheaney commented 8 months ago

With seemingly the following change, https://github.com/processing/p5.js/issues/5287, it seems that EasyCam's HUD display ends up rotating with the camera movements for the rest of the scene. Using a p5js instance from a year ago, this does not seem to be the behavior (it stays static as expected).

jwdunn1 commented 8 months ago

Thank you for reporting this upcoming change to the base p5js code. I was able to reproduce the issue. I'll post the fix soon.

jwdunn1 commented 1 month ago

Fixed in v1.2.3