Cocoa如何为Mac应用程序制作窗口3D变换效果?

发布于 2024-10-11 11:54:21 字数 102 浏览 3 评论 0原文

大家好,我对 cocoa 3D 变换不熟悉,我想让一个窗口在我的 mac 应用程序中单击工具栏按钮时进行立方体变换。但是我在Apple参考文档中发现只能让视图进行立方体变换,但是窗口怎么样?

Hey all, I am not familiar to the cocoa 3D transform, I wanna to make a window do a cube transform when a toolbar button clicked in my mac app. but what I found in the Apple Reference Doc just can make a view do the cube transform, but how about the window?

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

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

发布评论

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

评论(1

時窥 2024-10-18 11:54:21

This is not pretty, but you might want to take a look at this blog post. Basically, looks like you're going to want to render your NSWindow into another NSWindow that pretends to be the main window, use that for animations, and then dispose of it once the animation is done. There's a code sample on there as well.

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