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
Can't have camera keyframe and script keyframe with flyTo() in the same timestamp.
Need to enable openspace.setPropertyValueSingle("NavigationHandler.PathNavigator.IncludeRoll", true)
Also, our use case may look better with Settings > Navigation Handler > Path Navigator > Default path type Linear, which is set as openspace.setPropertyValueSingle("NavigationHandler.PathNavigator.DefaultPathType", 2.000000)
We could possibly work around this bug by saving multiple sequences and playing them one after another using javascript.
So, pausing development on this till those bugs are resolved. Will instead try ease-in/out by interpolating camera frames, using SLERP etc. https://medium.com/@akp83540/slerp-algorithm-a4ce1bacee4a