Brandon
Brandon

Reputation: 714

3d chart in .net control

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.

Upvotes: 2

Views: 611

Answers (2)

M. Cota
M. Cota

Reputation: 15

Super 2d/3d Graph Library seems to support all your requirements:

  • Shaded/wireframe
  • Color based on elevation
  • Rotation
  • Zoom

Take a look at this sample.

It's not open source, but it's cheap (99€) and it's royalty-free (so no distribution limits). Also you can get full source code for 299€.

Upvotes: 1

Brian Bolton
Brian Bolton

Reputation: 3642

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

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

Upvotes: 1

Related Questions