BUG-1709: Tiny prims do not rescale properly at very high viewer framerates
Review Request #617 - Created Feb. 17, 2013 and updated
MartinRJ Fayray | Reviewers | ||
viewer | |||
BUG-1709 | |||
None | viewer-release |
At high framerates tiny prims get stuck upon interpolation when they are resized via script. I fixed that by comparing the original scale versus the new target scale (instead of comparing the original scale versus the new interpolated target scale), in lldrawable.cpp "updateXform" to decide whether a scale change requires an immediate rebuild or not.
See test plan in Jira: https://jira.secondlife.com/browse/BUG-1709 Repository: https://bitbucket.org/MartinRJ/bug-1709
Other reviews