-
Notifications
You must be signed in to change notification settings - Fork 869
Adds 'interpolation-decay' attribute #2286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call.
|
Also, please mark |
…interpolation-decay-api Adds 'interpolation-decay-milliseconds' attribute * Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call.
packages/model-viewer/src/three-components/gltf-instance/ModelViewerGLTFInstance.ts
Outdated
Show resolved
Hide resolved
…interpolation-decay-api Adds 'interpolation-decay-milliseconds' attribute * Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call. Fixes #580
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks! Let's add the documentation and then we can merge it.
…interpolation-decay-api Adds 'interpolation-decay-milliseconds' attribute * Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call. * Updates to docs Fixes #580
…interpolation-decay-api Adds 'interpolation-decay-milliseconds' attribute * Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call. * Updates to docs Fixes #580
…interpolation-decay-api Adds 'interpolation-decay-milliseconds' attribute * Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call. * Updates to docs Fixes #580
* Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call. * Updates to docs * Updates to Interpolation example Fixes #580
* Setting the attribute affects camera smoothing and model position interpolation. * Adds 'decayMilliseconds' to Damper.update() method call. * Updates to docs * Updates to Interpolation example Fixes #580
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks great!
* hide rendering while new model loads * removed pointless test, minor cleanup * skipping Edge flakes temporarily
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Reference Issue
Fixes #580