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 (HeadUp Display) rotates with EasyCam in New p5 1.6 Version. #24

Closed marine1079 closed 1 year ago

marine1079 commented 1 year ago

HUD (HeadUp Display) rotates with EasyCam in New p5 1.6 Version.

Reproduce step:

  1. Clone this p5.EasyCam project.
  2. Replace examples/HeadUpDisplay/index.html's p5.min.js version to 1.6.0 (Works fine from 1.2.0 to 1.5.0)
image
jwdunn1 commented 1 year ago

Thank you for the 'heads up' on this issue! I will investigate.

jwdunn1 commented 1 year ago

New release of p5.EasyCam v1.2.2 fixes this issue. HUD sketches now working with p5.js v1.6.0.

davepagurek commented 1 year ago

Thanks again for your work @jwdunn1!

marine1079 commented 1 year ago

It works fine. Thank you @jwdunn1