to learn 3d graphics for software type cad
-
hi
you mean Qt3d ?
https://www.ics.com/blog/introduction-qt3d
or say openGL in Qt ?
http://doc.qt.io/qt-5/qopenglwidget.html -
hi
you mean Qt3d ?
https://www.ics.com/blog/introduction-qt3d
or say openGL in Qt ?
http://doc.qt.io/qt-5/qopenglwidget.htmlQt3d I would like to work on the creation of software for the manipulation of 3d files. Example I would like to slice a 3d file and each slice transform it into a Jpg / png image
tanks
@mrjj said in to learn 3d graphics for software type cad:
hi
you mean Qt3d ?
https://www.ics.com/blog/introduction-qt3d -
Qt3d I would like to work on the creation of software for the manipulation of 3d files. Example I would like to slice a 3d file and each slice transform it into a Jpg / png image
tanks
@mrjj said in to learn 3d graphics for software type cad:
hi
you mean Qt3d ?
https://www.ics.com/blog/introduction-qt3dHi
Sorry I have never seen such material.
Not even sure Qt3d is particular suit for that task.
If i understand your task correctly, its pretty complex unless the model is very suited for slicing.
You might find inspiration in existing tools
http://manual.slic3r.org/advanced/svg-output
This can also output images but not sure in same way as you mean. -
Hi
Sorry I have never seen such material.
Not even sure Qt3d is particular suit for that task.
If i understand your task correctly, its pretty complex unless the model is very suited for slicing.
You might find inspiration in existing tools
http://manual.slic3r.org/advanced/svg-output
This can also output images but not sure in same way as you mean.Thanks you are very kind the software that you advised me to look might help me has the main library written in C ++ while the gui is written in Perl that I do not know (I'm really still studying C ++ for hobbies are a 45-year-old goldsmith who likes programming) tanks
@mrjj said in to learn 3d graphics for software type cad:
Hi
Sorry I have never seen such material.
Not even sure Qt3d is particular suit for that task.
If i understand your task correctly, its pretty complex unless the model is very suited for slicing.
You might find inspiration in existing tools
http://manual.slic3r.org/advanced/svg-output
This can also output images but not sure in same way as you mean. -
Thanks you are very kind the software that you advised me to look might help me has the main library written in C ++ while the gui is written in Perl that I do not know (I'm really still studying C ++ for hobbies are a 45-year-old goldsmith who likes programming) tanks
@mrjj said in to learn 3d graphics for software type cad:
Hi
Sorry I have never seen such material.
Not even sure Qt3d is particular suit for that task.
If i understand your task correctly, its pretty complex unless the model is very suited for slicing.
You might find inspiration in existing tools
http://manual.slic3r.org/advanced/svg-output
This can also output images but not sure in same way as you mean.@Nio74 said in to learn 3d graphics for software type cad:
goldsmith
That is cool. I have deep respect for goldsmiths
as its one of the real crafts left in this digital age.Perl is not so bad as such. Has C like syntax.
I looked around for Qt3d tuts but it seems the module is so new that almost none exists. or at least that i could find.
( the google fu is normally strong in this one)