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

Scene parsing optimisation #6

Open
benc-uk opened this issue Oct 5, 2020 · 0 comments
Open

Scene parsing optimisation #6

benc-uk opened this issue Oct 5, 2020 · 0 comments
Assignees

Comments

@benc-uk
Copy link
Owner

benc-uk commented Oct 5, 2020

Prior to adding animation, the scene was parsed once per tracer task and wasn't pre-parsed for subsequent tasks for the same job. Animation added the requirement to reset all objects back to their original base properties (position, rotation etc) on each task frame, the solution was to parse the scene each time

  • Investigate ways to get original behaviour back, perhaps caching object starting properties for animated objects
@benc-uk benc-uk self-assigned this Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant