I am currently designing an application in C++. Part of this application would be displaying changing 3D objects.
I have designed several bits of these 3D objects in Blender And also am aware of other programs with which to do this (Maya, etc.) However, I am unsure how to use C++ To display these objects, much less manipulate them in response to changing variables. What programs/approaches/disciplines do I need to learn/use in order to accomplish this task?