Where can I find information about creating 3D controls in WPF?
I am about to start to make the interface for a game in WPF / Silverlight. I'd like it to have a nice look all in 3 dimensions. Can you point me to some good resources, tutorials, boo开发者_如何学运维ks... on how to develop real 3D controls, like Buttons and such?
Charles Petzold's Book on WPF 3D Applications
WPF3D Team Blog
Codegod tutorial on WPF 3D
12 part series on Eric Sink's Blog
A couple of interesting resources linked here
More specific to controls:
Channel9 video on the topic of WPF 3D View Controls.
2D Controls on 3D Objects.
Thriple, a library of 3D controls and panels, for use in WPF applications.
Perspective library use case.
精彩评论