Re: [Interest] [qt6-windows] How can I install both debug and release version of qt libs after building?

2021-03-06 Thread Liang Jian
I found that I can install both debug and release versions of qt libs with the following commands: > cmake --install . --config Debug > cmake --install . --config Release On Sat, Mar 6, 2021 at 2:38 PM Liang Jian wrote: > I build qt6 from qt-6.1 branch with the following commands: > >

Re: [Interest] Drawing Frustum on Scene3D

2021-03-06 Thread Mike Krus via Interest
Hi in Qt 3D you can use a QGeometryRenderer with primitiveType set to Lines (or LineLoop, LineStrip depending on how you structure your data). Checkout https://code.qt.io/cgit/qt/qt3d.git/tree/tests/manual/raycasting-qml/LineEntity.qml Mike > On 5 Mar 2021, at 14:16, Alex john wrote: > > Bu