Where to start?? A program to create a 3D Editable Mesh Object

Hi!

I am a 3d artist.. I can read most of the programming languages and have experience Adobe flash applications as writing actionscript and thats all.

Now as a part of my need, i want to achieve a goal like this..

I want to create a programme which will be able to create a 3d mesh plane due to segment numbers etc. and will be able to be modified by 4 control lines passing from edges of it to modify(bend,warp etc) with a simple GUI.

Guys ladies, can someone please tell me how should i search for this issue? Where to start? Which part of which programming language contains this kind of a work? I can't even find a starting point...

Thanks for any help;)
Last edited on
No one to give an idea?
You can use OpenGL to render the 3D parts and Qt for the GUI. Both integrate nicely with each other.
Any language that has Qt bindings works, although C++ would be the obvious choice.
thank you!
Topic archived. No new replies allowed.