I have a VB.NET Windows Forms program which produces a 3D cloud of points. I need to add a window in the .NET Forms application to display these points, then I want to be able to rotate, pan and zoom that model (nothing fancy). I do not need shading etc. Which package do I need to do this?
Is it possible to see sample code on:
1) Displaying a point cloud stored in an array as X, Y, Z coordinates. (There is no connectivity between those points).
2) C# sample code to load and display a .XYZ file from disk?
Thanks in advance.
Is it possible to see sample code on:
1) Displaying a point cloud stored in an array as X, Y, Z coordinates. (There is no connectivity between those points).
2) C# sample code to load and display a .XYZ file from disk?
Thanks in advance.