views:

82

answers:

1

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, books... on how to develop real 3D controls, like Buttons and such?

+2  A: 

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.

luvieere
Thank you, those are all great links :-) Would you have information more specific to controls?
Julien Poulin
Yes... editing now in that regard ;)
luvieere