Simple camera control for processing.js
in
Processing with Other Languages
•
7 months ago
I'm looking for a solution for simple mouse driven camera rotation control in the fashion of PeasyCam, but for processing.js. I tried using the
ArcBall class by Ariel, V3ga and Robert Hodgin, but for some reason rotation is constrained to one axis when exporting the sketch to Processing.js. In Java mode everything works fine.
Thanks for any help.
1