【问题标题】:winRt Xaml how to make a 3d folder structurewinRt Xaml如何制作3d文件夹结构
【发布时间】:2013-09-28 10:46:47
【问题描述】:

您好,我有一个应用程序需要在 3d 视图(如 windows)中显示容器内的下一页。我已经附上了相同的图片。

如果这样的设计是可能的,任何参考材料或代码片段都可能会有所帮助。谢谢

这个的复制品也可以。不需要真实图像,因为图像与客户端一起存在。 :) 如果我得到任何 xaml 帮助,我将继续执行。

【问题讨论】:

    标签: microsoft-metro windows-store-apps winrt-xaml


    【解决方案1】:

    我想平面投影可以用于此。不知道你的实际需求。

    <Image Source="your image.png">
    <Image.Projection>
        <PlaneProjection RotationY="-5" CenterOfRotationX="0.5" />
    </Image.Projection>
    </Image>
    

    在网格中,您可以继续将任意数量的图像放在其他图像上并更改旋转 Y。猜猜它应该可以工作

    这是 MSDN 链接

    projections

    【讨论】:

    • 感谢一些看起来可能的东西
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-11-24
    • 1970-01-01
    • 1970-01-01
    • 2011-08-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多