views:

31

answers:

1

Hi All,

I am looking for a starting point for the following application.

I am looking to create an application that will allow me to import multiple 3d image like furniture.

I can then drag and drop these 3d images onto a design window which looks like a room. Once dragged here, i can then position the furniture around a room and rotate the furniture and swivel the room to see it from all angels.

If there are any good samples or resources that would be great.

I would like to do it in c# and was thinking of using WPF.

Thanks

A: 

Charles Petzolds book 3D Programming for Windows is a good in-depth resource on 3D WPF programming. His blog has numerous examples.

Doug Ferguson