virtual-world-framework / vwf

Virtual World Framework
https://virtual.wf
Other
142 stars 53 forks source link

Branch/no tick interp #452

Closed scottnc27603 closed 9 years ago

scottnc27603 commented 9 years ago

This is based off of Rob’s view interpolation. I tested by calling translateBy from the console for the duck and using the test/JSONLoadingTest applications. It’s a little harder to be sure the keyframe animations are interpolating correctly.

allisoncorey commented 9 years ago

We should probably go ahead and merge this into the persistence-prerequisites branch as well to confirm it solves the problems we're seeing there with view interpolation.

davideaster commented 9 years ago

Agreed. It should be on top of branch/tickless-model since that's where the breaking change occurred.

davideaster commented 9 years ago

By the way, here's how I've been recreating branch/persistence-prerequisites after changes to the underlying branches:

git checkout -B branch/persistence-prerequisites 06408c0  # 06408c0 is the common base of the branches
git merge branch/tickless-model branch/absolute-application-url branch/component-relative-resources branch/modern-ids branch/reload-on-disconnect
git push -f origin
allisoncorey commented 9 years ago

This branch has been merged into branch/tickless-model, in PR #450 Closing.