i'm working on a virtual fitting room program, that accepts user input of its body measurements and generates a 3D human model based on the measurements data. I've been recommended to build a C++ shell and use Python scripting language to handle a 3DS model of a human exporated from Poser. I've been told that Python scripting could dynamically generate the human model based on user input during run-time.
I'd hereby like to know whether OpenGL could be used to perform the tasks mentioned above. If no, then how could I find sample programs for that written in Python scripting language?
-sweetgirl-