ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
66 stars 13 forks source link

when user first initiates video, it always goes the capture function #143

Closed ageller closed 2 years ago

ageller commented 2 years ago

this is because viewerParams.captureCanvas is never set back to false. I'm not quite sure how to deal with that. Ideally we want a callback function after the capture is finished.