Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix throttle attribute #1479

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Fix throttle attribute #1479

merged 1 commit into from
Jul 15, 2021

Conversation

texodus
Copy link
Member

@texodus texodus commented Jul 12, 2021

Re-implements throttle via the throttle attribute and setThrottle() method. The throttle property controls the debounce period between subsequent calls to perspective View.on_update() callbacks, as a constant (in milliseconds) or as an adaptive average of the last 5 frames render times.

@texodus texodus force-pushed the pubsub branch 2 times, most recently from cd62068 to 9780b22 Compare July 14, 2021 21:29
@texodus texodus marked this pull request as ready for review July 14, 2021 22:33
@texodus texodus force-pushed the pubsub branch 2 times, most recently from 69b13aa to 8fabd23 Compare July 15, 2021 01:35
@texodus texodus merged commit 7bd28d2 into master Jul 15, 2021
@texodus texodus deleted the pubsub branch July 15, 2021 06:09
@texodus texodus added the bug Concrete, reproducible bugs label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant