overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
130 stars 47 forks source link

Ability to smooth model animations #889

Closed HifiExperiments closed 2 months ago

HifiExperiments commented 3 months ago

Closes #317

A new Model Entity property, animation.smoothFrames, to control whether we linearly interpolate between animation frames. It's true by default, but older content backups will default to false to maintain old behavior.

Funding

This project is funded through NGI0 Entrust, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.

NLnet foundation logo NGI Zero Logo

vegaslon commented 3 months ago

I have tested this on windows and can not see any difference in animation rendering, Everything appears to be in proper order and does what I would expect it to do.

HifiExperiments commented 3 months ago

@vegaslon to clarify, when you say "can not see any difference in animation rendering," you mean when the property is false? and then when it's true, you see it working as expected?

vegaslon commented 3 months ago

yes that is correct, Works great with setting false or true it is doing what I would expect it to do.

HifiExperiments commented 3 months ago

@vegaslon sweet, thank you for testing!

HifiExperiments commented 2 months ago

@ksuprynowicz thank you!!