WPF 3D 教程和 Blend 示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12868528/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
WPF 3D Tutorial and example for Blend
提问by eran otzap
i'm attempting to create a 3D dice control .
我正在尝试创建一个 3D 骰子控件。
i'm having a hard time finding good tutorial's or source code on WPF 3D with 3D animations preferably for Blend .
我很难在 WPF 3D 上找到好的教程或源代码,最好是 Blend 的 3D 动画。
additionally are there any known tools for creating 3D templates with the corresponding triggers and animations which i could use to create a clickable interactive dice for my application .
此外,是否有任何已知工具可用于创建具有相应触发器和动画的 3D 模板,我可以使用这些工具为我的应用程序创建可点击的交互式骰子。
though this question is quite general i still think it appropriate since materials on this particular subject seems to be hard to come by .
虽然这个问题很笼统,但我仍然认为它是合适的,因为关于这个特定主题的材料似乎很难找到。
thanks in advance.
提前致谢。
采纳答案by yohannes
A while back i found a very good example hereAnd also, you might want to see helix toolkitit works independent of WPF

