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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
For easeTo and animateTo camera methods we are converting milliseconds to nanoseconds in the java code and passing that into the cpp code. I'm suggesting to be consistent about units and where conversions should occur and proposing to have the binding always provide values in milliseconds and let the cpp code be responsible of the conversion to nanoseconds.
The text was updated successfully, but these errors were encountered:
For
easeTo
andanimateTo
camera methods we are converting milliseconds to nanoseconds in the java code and passing that into the cpp code. I'm suggesting to be consistent about units and where conversions should occur and proposing to have the binding always provide values in milliseconds and let the cpp code be responsible of the conversion to nanoseconds.The text was updated successfully, but these errors were encountered: