[try Beta version]
Not logged in

 
Three Dimenstional Figures

Jul 21, 2010 at 2:18am
Hello, I'm new to c++ programming, but I have used other programming languages in the past.

I was wondering if it was possible to create three dimensional figures based on user input in an application. And if so, is there a way to add onto the figure with a new figure based on new input information.

For example, if you wanted to create a 3D map of a tunnel, and you were to complete the figure by adding numerous sections onto previous ones, without the previous sections being deleted.

Thank you.
Jul 21, 2010 at 5:07am
The C++ language/standard library do not work with graphics at all. You'll need a third party library for that.
Jul 21, 2010 at 5:35am
such as Qt with Module QtOpenGL and QtScript
Jul 21, 2010 at 2:18pm
Thank you for the reply. Additionally, I would need to create a windows application, not a console application, in order to do this, correct?
Jul 21, 2010 at 2:24pm
FSML might be of interest.
Topic archived. No new replies allowed.