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

Allow for defining some render requests as unskipable #9

Closed
Winter-Guerra opened this issue Jul 10, 2018 · 1 comment
Closed

Allow for defining some render requests as unskipable #9

Winter-Guerra opened this issue Jul 10, 2018 · 1 comment

Comments

@Winter-Guerra
Copy link
Contributor

FlightGoggles currently drops render requests if the render request queue is backed up. This is to ensure that a high rate render request feed from the client is not buffered in the incoming render queue. However, this can sometimes happen due to intermittent network latency. Sometimes, the user might want to render out some frames without allowing for packet drops. This requires adding a forceRender field to the render request message.

@Winter-Guerra
Copy link
Contributor Author

Implemented in v1.7.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant