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 was 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.
For
easeToandanimateTocamera 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.