cacheAsBitmap 无法在不同的 stageSizes 上工作?

发布于 2024-11-28 03:19:48 字数 153 浏览 2 评论 0原文

我正在加载一个 MovieClip,其像素应该完美显示。 此 MovieClip 的每个子级以及 MovieClip 本身仅使用位置和大小的整数。 有趣的是,即使我使用“myMovieClip.cacheAsBitmap = true”有时它也会显得模糊。

有什么解决办法吗?

I'm loading a MovieClip which pixels should be displayed perfectly.
Every child of this MovieClip and the MovieClip itself uses only whole integers in position and size.
The funny thing is that even if I use "myMovieClip.cacheAsBitmap = true" sometimes it will appear blurry.

Any solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乄_柒ぐ汐 2024-12-05 03:19:48

您需要确保所有 x/y 位置也是整数!

如果 x = 0.5,MC 将显得模糊,并且 cacheAsBitmap 函数会将图像存储为模糊:)

You need to make sure that all of the x/y positions are whole integers as well!

If you have x = 0.5, the MC will appear blurry, and the the cacheAsBitmap function will store the image as blurry :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文