tags:

views:

96

answers:

1

I have a 2 dimensional array of doubles I would like to display as a 3d mesh. Are there any open source libraries that can do this as a .net control?

I'd like to choose between shaded and wireframe, be able to color based on elevation, and be able to rotate the view via mouse.

+1  A: 

There's a control on codeproject that might help you out.

http://www.codeproject.com/KB/openGL/ntgraph3d_atl.aspx

Brian Bolton