dushyant basson
91d1cb79c2
Using transformation-matrix data; Turned off world-coords; Re-using geometry of repeating IDs
2023-12-24 11:57:14 +01:00
dushyant basson
832618b84a
initial camera-orientation; multiple materials in a single element; default material used from IfcGeom; improved triangle node data generation for OSG
2023-12-24 11:57:14 +01:00
dushyant basson
7b92b5c7e2
IFC file successfully parsed and loaded in Qt OpenGL widget
2023-12-24 11:57:14 +01:00
dushyant basson
c8c08439b2
added header-guard
2023-12-24 11:57:14 +01:00
dushyant basson
3476ee8fd5
debug messages
2023-12-24 11:57:14 +01:00
dushyant basson
d2f331c813
update
2023-12-24 11:57:14 +01:00
dushyant basson
9e9b294f44
Implemented: Application icons; OpenSceneGraph to handle OpenGL with Qt; devicePixelRatio() for handing render on highDPI displays; Sample 3D with handler; MouseHandler not yet working as expected (WIP)
2023-12-24 11:57:14 +01:00
Dushyant Basson
f824ee8ca4
updated .ico file
2023-12-24 11:57:14 +01:00
dushyant basson
919f673108
add application file icon for macos
2023-12-24 11:57:14 +01:00
Dushyant Basson
b034b40b09
application file-icon and window-icon set on ms-windows
2023-12-24 11:57:14 +01:00
dushyant basson
07eecad433
adding qt resources
2023-12-24 11:57:14 +01:00
Martin15135215
42bd69929c
add cff for qtviewer
2023-12-07 13:42:32 +11:00
dushyant basson
504a116ebf
Update src/qtviewer/ParseIfcFile.cpp
...
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com >
2023-08-31 10:17:30 +02:00
dushyant basson
be785a878c
Update src/qtviewer/ParseIfcFile.cpp
...
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com >
2023-08-31 10:17:30 +02:00
dushyant basson
5c2b7404d2
Revert "Updated included header files"
...
This reverts commit 65f86d929e .
2023-08-31 10:17:30 +02:00
dushyant basson
84e9e2396a
Updated included header files
2023-08-31 10:17:30 +02:00
Dushyant Basson
7687d5e26e
Added output panel (for debug info, etc.)
2023-08-31 10:17:30 +02:00
Dushyant Basson
25ce3b039e
added IFCOS libraries; Qt include dir
2023-08-31 10:17:30 +02:00
dushyant basson
0380c286a5
Rename files - fixing case change
2023-08-31 10:17:30 +02:00
dushyant basson
10aca77de4
Updated to use Qt6; Created initial structure of the viewer with OpenGL widget
2023-08-31 10:17:30 +02:00
Dushyant Basson
421b58850c
Updated to use Qt5
2022-04-23 15:19:10 +02:00
Dushyant Basson
be7e85fc2d
Revert "Updated to use Qt5"
...
This reverts commit 06fe4abf6a .
2022-04-23 15:19:10 +02:00
Dushyant Basson
0cf3c97eb2
Updated to use Qt5
2022-04-23 15:19:10 +02:00
Johannes Obermayr
42188904af
Fixes to build on openSUSE/Packman. ( #67 )
...
- Support different BINDIR, INCLUDEDIR and LIBDIR on install
- Take right python dir on x86_64 arch
- Fix build against Boost >= 1.58
- Make it possible to build libIfcGeom shared to reduce size of dependent binaries
- Fix INSTALL_RPATH
- Fix some more compiler warnings
2016-05-15 15:47:21 +02:00
Stinkfist0
431e993ba3
CMake biz: Instead of providing elusive prints of missing dependencies for required features and continuing the build configuration, fail fast instead; user can easily disable the feature or fix the paths for the dependency.
2015-11-11 13:30:30 +02:00
Stinkfist0
89a015724b
CMake biz: rename OCE_LIBRARIES to OPENCASCADE_LIBRARIES, use this variable also in examples & qtviewer CMakeLists.txt
2015-11-09 17:42:46 +02:00
Thomas Krijnen
b4e42025fd
Convert all .cpp and .h files to UTF-8 with BOM
2012-07-19 18:26:47 +00:00
Tiago Leao
9a54a64311
typos correction.
2012-06-22 13:02:36 +00:00
Tiago Leao
eb0b865501
removed unnecessary/undefined function, compilation OK.
2012-06-22 12:49:34 +00:00
Tiago Leao
887ce9f9ef
QT Viewer main structure.
...
CMake: added an entry at main CMake script that makes QTViewer an optional build.
QT Viewer main structure only, libQGLViewer or any 3D functionality can be added to mainWindow as a widget later on.
2012-06-22 12:28:34 +00:00