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

Feature: Implement buffer for camera views #21

Open
cowolff opened this issue Apr 24, 2023 · 0 comments
Open

Feature: Implement buffer for camera views #21

cowolff opened this issue Apr 24, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@cowolff
Copy link
Member

cowolff commented Apr 24, 2023

At the moment, every time the function getCameraData() is called, the image is rendered again, even if the image hasn't changed/no time step was performed. Therefore it would optimize performance significantly, if images are only calculated at the first function call and then stored in a buffer for the next call. Statistical performance analysis has to be performed on this after implementation though.

@cowolff cowolff added the enhancement New feature or request label Apr 24, 2023
@cowolff cowolff added this to the Version 3.1 milestone Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant