tags:

views:

45

answers:

1

My ArrayList has X Y Z (matrix)

I want to draw X y Z in WPF and have a 3D animation when drawing.

How can I make a 3D environment in a WPF application?

A: 

Hi!

Take a look at: http://www.codeproject.com/KB/WPF/Wpf3DPrimer.aspx Also I would suggest to go through: http://www.wpftutorial.net/IntroductionTo3D.html and http://www.kindohm.com/technical/wpf3dtutorial.htm

I hope you can find everything you need in there..

Cheers, Gianluca.

Gianluca Colucci