Drawing 3D schematic of a drilling wellbore
-
No actually we've written a program for oil industry and I want to show 3D Well schematic. I want to exactly build the program and integrate the well schematic into my program. Also, the well schematic must be dynamic.
-
Thanks, But I'm not an expert in openGL at all. Where I have to start with?
-
I'd strongly recommended to build the 3D model in an appropriate CAD software such as the ones that @VRonin mentioned and then import them in your programs 3D scene. Do not try to assemble a 3D model in code.
Just my personal two cents though. -
Qt3D supports different versions of OpenGL, these two books are the fundamental reference (a bit like The C++ Programming Language by Stroustrup is for C++) but there are more recent books available, just chek OpenGL webpage
-
@Joel-Bodenmann In this case, is it possible to change objects or their geometry dynamically at runtime?
-
check this link..there is open source realtime modeling sw ..so check the code and you will see ..but do not wait some super easy way writing realtime 3d from beginig in opengl or directX is not for a few hours
http://blog.qt.io/blog/2016/06/16/introducing-qt-3d/?utm_campaign=Qt 5.7&utm_content=34934134&utm_medium=social&utm_source=facebook -
@kralpavel I know :D Thanks any way. I'll check them