WP7:3D 透视相机深度效果
假设我有一个画布,其中一张图像位于屏幕中央。当我将图像移离中心(例如右上角)时,我希望它倾斜,就像 Canvas 是具有特定 FOV 的透视 3D 相机一样。这可以以某种方式完成吗?我在 Silverlight for WP7 中使用 Perspective-property,但我无法获得我想要的效果。
Lets say I have a Canvas with one Image centered on the screen. When I move the image away from the center, lets say to the upper right corner, I want it to be skewed as if the Canvas was a perspective 3d-camera with a certain FOV. Can this be done somehow? Im playing around with the Perspective-property in Silverlight for WP7 but I cant get the effect Im after.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这可能就是您正在寻找的: 如何在Matrix3D中设置这种透视变换?
I believe this may be what you're looking for: How to Set this Kind of Perspective Transform in Matrix3D?