Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 kit3D 制作一个 3D 立方体。这个立方体是在运行时生成的。我想知道我是否能够在这个动态生成的 3D 立方体上添加深度缩放。整个立方体最终是一个图像,并且全部加载在一个时间。或者有没有其他方法可以让我获得深度缩放效果???
谢谢
在 Silverlight 2 中无法做到这一点,因为我们没有像在 Silverlight 3 中那样考虑大量透视 3D 变换。
在 Silverlight 3 中,您应该能够执行此操作,但请记住,Deep Zoom 在某种程度上是对最终用户 UX 的调整,因此如果处理不当,在 3D 面部中放大和缩小图像集可能会被认为很麻烦。
Scott Barnes / Rich Platforms 产品经理 / Microsoft。