You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to camera example
Zoom out a lot
Change render to JPEG
Click render
Once finished, open .tar, see the 000000.jpeg is the improper zoom level and there is one more image than expected.
Expected behavior
000000.jpeg should look like the programmed frame value, not the user-controlled viewState.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: MacOS
Browser Chrome
Additional context
Bug is likely caused by an extra adapter.onAfterRender call occurring before the map is redrawn to the correct keyframe values. We'll need a better way of understanding when it's time to capture the frame.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
000000.jpeg should look like the programmed frame value, not the user-controlled viewState.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Bug is likely caused by an extra
adapter.onAfterRender
call occurring before the map is redrawn to the correct keyframe values. We'll need a better way of understanding when it's time to capture the frame.The text was updated successfully, but these errors were encountered: