Doubt: Rendering camera methods after a certain time interval

As a part of my GSoC project, I wanted to add new functionality to p5’s WebGL mode, which would use time intervals along with pre-existing p5.camera methods.

It would basically be doing something like calling certain methods at a gap of the time interval, more info can be found here.

I just wanted to check if this behavior can be emulated now, without these methods?

Hey,This has been solved. I completely forgot about millis() and as it turns out, millis() is exactly the same as the function I was proposing, So I will be removing it soon from my proposal.

1 Like