Hello,
For my final year project I am creating a motion capture system. In order to display the current positions of the infrared markers in the camera scope I am performing triangulation and this returns 3D coordinates of their locations.
I would like to be able to display them in a 3D viewport but I am unsure over which route to take so that I can get a nice embedded 3D window in my Windows Form App.
Have any of you put a 3D view in a forms app before? Was it easy?
I have looked at XNA and some OpenGL wrappers but I am none the wiser as to which is going to be the biggest pain in the bum.