如何对实时 Windows 7 窗口内容进行 3D 操作?
这基本上是一个范围界定问题,我在哪里寻找将窗口内容渲染到 3D 表面并操作它们的工具?我的意思是我可以有一个像 shell 一样的程序,可以像 Vista DWM 的 3d 任务切换器 可以将 UI 交互转换回每个窗口的 2d 交互吗?
我在网上到处看到有关 DWM 扩展的提及,但找不到任何有关其工作原理的资源。另外还有通过关联两个窗口的 HWND 来实现 DWM 缩略图的指南,但这不允许我在窗口上进行任意转换并且仅显示(您不能单击缩略图中的内容。)
有什么想法吗?
This is basically a scoping question, where would I look for the facility to render window contents to 3d surfaces and manipulate them? I mean can I have a program like a shell that composites live windows in 3d like the Vista DWM's 3d Task Switcher and can translate UI interactions back into 2d interactions for each window?
I've seen mention of DWM extensions here and there on the web but can't find any resources as to how that would work. Also there are guides to implementing DWM Thumbnails by relating two windows' HWNDs but that doesn't allow me to do arbitrary transforms on the window and is display only (you can't click on stuff in the thumbnail.)
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有用于操作 DWM 3D 视觉效果的界面。它们位于 DWM 内部。
There is no interface for manipulating the DWM's 3D visuals. They are internal to the DWM.