I am currently developing a C ++ application. Part of this application will display changing 3D objects.
I developed a few bits of these three-dimensional objects in Blender, and also learned about other programs with which this can be done (Maya, etc.). However, I'm not sure how to use C ++. To display these objects, and even more so to manipulate them in response to changing variables. What programs / approaches / disciplines do I need to study / use to complete this task?
source
share