3Dickulus / FragM

Derived from https://github.com/Syntopia/Fragmentarium/
GNU General Public License v3.0
344 stars 30 forks source link

Is "subframe" equivalent to "iFrame" in shadertoy? #199

Closed neozhaoliang closed 1 month ago

neozhaoliang commented 1 month ago

Hi, as there is no discussion tag in this repo, please pardon me for posting a question (not an issue) here:

Q: is the uniform subframe equivalent to iFrame in shadertoy? That is, it counts the index of the current frame?

3Dickulus commented 1 month ago

No, subfame is the count for accumulation frames per final image frame.

neozhaoliang commented 1 month ago

Thanks!