Hi I'm new to the forum and hope to find some inspiration. I'm making a program in c# and I want to be able to create, manipulate and show 3D objects.So for example, I would like to create a box, subtract a cylinder from it and present it in a window with mouse click interaction. So basically what any standard 3D modelling program does. But I would like to do the modelling in c# code on the side as well as having acces to mouse click coordinates in the window.
I know that Blender has some Python script interaction, but maybe there is something like this for c# as well? It doesn't nescesarily have to be free.
.
Replies
https://stackoverflow.com/questions/58230/rendering-graphics-in-c-sharp
A couple of hours with google and you should be able to get something rendering in a basic way.