3d library

Hello,

I made some C++ coding wen I was in school (long time ago). My question is for my curiosity. I like to know how can be done an aplication that can have an library with 3d objects. Example: I have ellbows T-pices ..etc (pipes fittings in general) displayed in an tree-view. If one component is slected in one window 3D imagine to be displayed (were I can rotated and zoom it) and also an form with the parameters that will update the 3D drawing. ok ..so:

in your experience way what will the steps for this?

thank you for your time.

A.

Look up perspective projection, OpenGL, transformation matrices. For the pipes, you'll need to decide on a format, and make models.
Topic archived. No new replies allowed.