Re: [Interest] Qt3D - QObjectPicker doesn't work with multiple QLayers and QLayerFilters

2024-08-22 Thread Mike Krus via Interest
urn e-mail. If you are not intended recipient, you > may not copy, print, forward, > disclose or use any part of it. This message has been scanned for viruses and > dangerous content by VJCS Mail Scanner, > and is believed to be clean. > > Visit us at www.vjcs.com > *****

Re: [Interest] {Qt3D} Problem with the look of QDiffuseSpecularMaterial moving from Qt5 to Qt6

2024-05-07 Thread Mike Krus via Interest
Capture::offScreenCapture (:0, > (null)) > Qt3DRender::QLayerFilter::opaqueLayer (:0, (null)) > Qt3DRender::QLayerFilter::transparentLayer (:0, > (null)) > > --- > Andy Maloney > ___ > Interest mailing list > Interest@qt-pro

Re: [Interest] "Qt Quick 3D Physics" C++ Port/Frontend?

2024-05-03 Thread Mike Krus via Interest
t way" of doing C++. > > Thanks, > d3fault > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest — Mike Krus | mike.k...@kdab.com | Senior Software Engineer & Teamlead KDAB (UK) Ltd., a KDAB Group comp

Re: [Interest] Centering camera on bounding volume change in Qt3D

2023-04-14 Thread Mike Krus via Interest
> On 26 Mar 2023, at 17:34, Maxime Roussin-Bélanger > wrote: > > On Sun, Mar 26, 2023 at 3:35 AM Mike Krus wrote: >> >> But doesn’t the system know you are changing the entities? >> You say mouse click changes the entities, what does it do exactly, are yo

Re: [Interest] Centering camera on bounding volume change in Qt3D

2023-03-24 Thread Mike Krus via Interest
hat may help achieve this? I need some sort of > signal I guess? > > If something in the Private API can be helpful, I might bind on this, but I > would rather not. > > Thanks, > Max > ___ > Interest mailing list > Interes

Re: [Interest] Qt3D Fit in view

2023-03-10 Thread Mike Krus via Interest
cluding any attached files, may contain confidential > information, privileged information and/or trade secrets for the sole use of > the intended recipient. Any review, use, distribution, or disclosure by > others is strictly prohibited. If you are not the intended recipient (or > authorized to receive information for the intended

Re: [Interest] Qt3D : QSceneLoader - determining scene level geometry bounding box

2022-08-08 Thread Mike Krus via Interest
QVector3D minPoint = gr->implicitMinPoint(); > QVector3D maxPoint = gr->implicitMaxPoint(); > qDebug() << "minPoint: " << minPoint; > qDebug() << "maxPoint: " << maxPoint; > } > else > qDebug() << "updateImplicitBounds returns FALSE"

Re: [Interest] Qt3D : QSceneLoader - determining scene level geometry bounding box

2022-08-03 Thread Mike Krus via Interest
on: > > Given a > > ``` > Qt3DRender::QSceneLoader *sceneLoader; > ``` > > How do we get at this QGeometryRenderer object to be able to call the > impliciteMinPoint (), impliciteMaxPoint () properties ? > > Cheers > > On Tue, 2 Aug 2022 at 05:56, Mike Krus wrote: >

Re: [Interest] Qt3D : QSceneLoader - determining scene level geometry bounding box

2022-08-02 Thread Mike Krus via Interest
> QUrl sourceFileName; > if (args.count() <= 1) { > QWidget *container = new QWidget(); > QFileDialog dialog; > dialog.setFileMode(QFileDialog::AnyFile); > sourceFileName = dialog.getOpenFileUrl(container, > QStringLit

Re: [Interest] Qt3D/C++: How to disable rendering while makeing changes to the the Scenegraph

2022-06-20 Thread Mike Krus via Interest
> beginResetModel() and endResetModel() methods in QAbstractItemModel? > > > Thanks! > > Yves > > > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest — Mike K

Re: [Interest] License for Qt6 QtMultimedia module (LGPL?)

2022-02-16 Thread Mike Krus via Interest
only. So there is no runtime dependencies between qtmultimedia and > shadertools, so that's the key, I guess. > > OK, that makes sense. Thanks. > > Adam > ___ > Interest mailing list > Interest@qt-project.org > https://lists.q

Re: [Interest] Drawing Frustum on Scene3D

2021-03-06 Thread Mike Krus via Interest
>> Interest mailing list >> Interest@qt-project.org >> https://lists.qt-project.org/listinfo/interest > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/intere

Re: [Interest] Rendering 3d object on webcam video

2021-03-03 Thread Mike Krus via Interest
; } > > However, what happens is either the camera video is seen or the 3d object > based on the sequence whichever is last. How can I get the 3D object on top > of the video? any clues? > ___ > Interest mailing list > Interest@qt-p

Re: [Interest] Trouble compiling qt3d for qt6 on windows 10

2021-02-16 Thread Mike Krus via Interest
Hi Assuming qt-configure-module.bat invokes qmake, the right way of passing the configure options is “-- -qt3d-simd=avx2” If it’s invokes cmake, then try -DFEATURE_qt3d_simd_avx2=ON Mike — Mike Krus | mike.k...@kdab.com | Senior Software Engineer & Teamlead KDAB (UK) Ltd., a KDAB Group com

Re: [Interest] Qt3D widget

2020-09-01 Thread Mike Krus via Interest
t; Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest — Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Office +44 1625 809908 Mobile +44 7833 491941 KDAB - The Qt Experts, C+

Re: [Interest] Qt3D performance, and development resources

2020-04-14 Thread Mike Krus via Interest
Hi Charlie > On 14 Apr 2020, at 16:51, Charles Martin wrote: > > I’ve been migrating a C++ Coin/Quarter project to Qt3D. Fun. A long time since I used Coin3d. Keep meaning to port it’s scxml based camera controller and the manipulators to qt3d. > I’m doing this on a newer iMac/Catalina. The

Re: [Interest] [Qt3D] Transform feedback

2020-02-22 Thread Mike Krus via Interest
list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest — Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Office +44 1625 809908 Mobile +44 7833 491941 KDAB - The Qt Experts, C++, OpenG

Re: [Interest] [Qt3D] Assertion in QAbstractAspect when inserting entity from plugin DLL

2020-02-07 Thread Mike Krus via Interest
ing the reason for this behaviour. > > Did anyone were facing similar regressions when updating a Qt3D based > application Qt 5.14? > > Any help is very much appreciated. > > Cheers, Volker > > ___ > Interest mailing l

Re: [Interest] OpenCV + Qt iOS: Wrong JPEG library version: library is 62, caller expects 80

2020-01-22 Thread Mike Krus via Interest
ty to "file://"+path, then it > crashes immediately. > Works fine in Android. > > My workaround a few years ago was to compile OpenCV without jpeg support. > ___ > Interest mailing list > Interest@qt-project.org > https

Re: [Interest] Solidworks and QML

2019-03-29 Thread Mike Krus via Interest
options. I need the six > animation inputs (a-f) to be freely controllable by the user, for example: > translate subpart 1 by amount a and rotate by amount b, rotate subpart 2 by > c, etc... More like a video game, less like a presentation. > > Cheers, > Colin > >> On M

Re: [Interest] Solidworks and QML

2019-03-29 Thread Mike Krus via Interest
x. > > Wondering if there is a better way to approach it. > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest — Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK

Re: [Interest] [Qt3D] What are active render targets for a ScreenRayCaster?

2019-03-28 Thread Mike Krus via Interest
; -- > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest — Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB G

Re: [Interest] Qt3D setting LineWidth per GeometryRenderer/Entity

2019-02-06 Thread Mike Krus via Interest
r enlightening. > > > Cheers, Volker > > -- > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (U

Re: [Interest] Qt3D setting LineWidth per GeometryRenderer/Entity

2019-02-06 Thread Mike Krus via Interest
r enlightening. > > > Cheers, Volker > > -- > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (U

Re: [Interest] Qt3D viewAll/viewEntity

2019-02-06 Thread Mike Krus via Interest
tening. > > Cheers, Volker > > -- > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Offi

Re: [Interest] Qt3D: Rendering issues with custom effects

2019-01-09 Thread Mike Krus via Interest
gram->loadSource(QUrl(QStringLiteral("qrc:/shaders/robustwireframe.geom"; > > shaderProgram->setFragmentShaderCode(shaderProgram->loadSource(QUrl(QStringLiteral("qrc:/shaders/robustwireframe.frag"; > renderPass->setShaderProgram(

Re: [Interest] Qt-12 with Dark Theme on MacOS Mojave

2018-12-20 Thread Mike Krus via Interest
the > themes? > > Thanks in advance! > > Kind regards, > Robert > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software E

Re: [Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-18 Thread Mike Krus via Interest
now, but Qt could potentially be used for business logic. Please check the > code in the planets-watchos directory of the sample planets-qml. > > This link points to a comparative discussion of WatchKit: > > https://nshipster.com/watchkit/ > > Jeffrey > >>>

Re: [Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-17 Thread Mike Krus via Interest
_ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Office +44 1625 809908 Mobile +44 7

Re: [Interest] Does XCode 10 work for Qt iOS?

2018-09-24 Thread Mike Krus via Interest
t; http://lists.qt-project.org/mailman/listinfo/interest >>> ___ >>> Interest mailing list >>> Interest@qt-project.org >>> http://lists.qt-project.org/mailman/listinfo/interest >> >> _

Re: [Interest] How to load 3D scene with QSceneLoader

2018-09-13 Thread Mike Krus via Interest
ity; > } > > However nothing is rendered and no status change is detected. What am I doing > wrong? What is the intended usage of `QSceneLoader`? > > Thanks, > Botond > ___ > Interest mailing list > Interest@qt-project.org >

Re: [Interest] QML vs Electron

2018-08-07 Thread Mike Krus via Interest
but not on Apple's part (because they don't allow the re-linked > application to run due to their DRM.) given all the appropriate project setup and compiled object code (.o, .a, even shared lib files), a user signed up to the free Apple Developer should in theory be able to link anot

Re: [Interest] [Qt3d] Textures flickering

2018-07-29 Thread Mike Krus via Interest
> Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Office +44 1625 809908 Mobile +44 7833 491941 KDAB - The Qt Experts, C

Re: [Interest] [Qt3d] Scene camera manipulation

2018-05-24 Thread Mike Krus
t3d > implementation, and could not figure out how to do it with Qt3d. > > thanks in advance. > > best regards for Qt/Qt3d teams. > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/

Re: [Interest] Qt-3D scene file formats

2018-03-16 Thread Mike Krus
> /\- against proprietary attachments > > Geschenkideen, Accessoires, Seifen, Kulinarisches: www.lillehus.at > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mai

Re: [Interest] Transparent titlebar in macOS (QTBUG-61332)

2017-07-17 Thread Mike Krus
> Thanks, > > Best regards, > Benjamin > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Office +44 1625 809908

Re: [Interest] Qt3D on Android

2017-06-08 Thread Mike Krus
s example is not supported for android, ios, tvos, or >> winrt." ) } >> >> Is there still a way? >> >> Regards Max > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -

Re: [Interest] Qt iOS and App Extensions

2017-05-22 Thread Mike Krus
gt; an even more interesting challenge, which is to show a Qt app window, on the > instance of the Audio Unit. > > Any ideas? > > Regards, > > Nuno > >> On 22 May 2017, at 09:21, Mike Krus wrote: >> >> As far as I know, qmake is not capable of generati

Re: [Interest] Qt iOS and App Extensions

2017-05-22 Thread Mike Krus
use only Xcode to deployment and debug. >>>> >>>> Is an app extension a framework or a executable? >>>> >>>> As anyone tried this before? >>>> >>>> I want to know how to con

Re: [Interest] Qt3D - Bounds of visible entities

2017-03-26 Thread Mike Krus
e message, but I don’t think a frontend node can listen to it’s own change messages. > Is there an easier approach that I'm missing? I think currently you would have to maintain all the necessary information in your application, making sure it’s updated when the scene graph changes, etc. H

Re: [Interest] Qt3D - QObjectPicker clicked vs. pressed

2017-03-18 Thread Mike Krus
ful-as-it-could-be... > > --- > Andy Maloney // https://asmaloney.com > twitter ~ @asmaloney > > > On Sat, Mar 18, 2017 at 9:49 AM, Mike Krus wrote: > Hi Andy > > yes, I can confirm the behaviour you describe. A work around may be to track > move events (by enabling draggi

Re: [Interest] Qt3D - QObjectPicker clicked vs. pressed

2017-03-18 Thread Mike Krus
as intended? If so, how do I distinguish > between a click on the entity and a click-drag using the clicked signal? > > > Thank you for your time. > > --- > Andy Maloney // https://asmaloney.com > twitter ~ @asmaloney > > _

Re: [Interest] Calling "Open in..." dialog in iOS

2017-03-11 Thread Mike Krus
Gs. > > FWIW, I'm actually using PyQt-5.8. > > Thanks! > -P > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software

Re: [Interest] [OS X] 10.12 SDK breaks qt5-qtconnectivity build (on 10.11)

2016-10-03 Thread Mike Krus
it doesn't do the trick. > Thanks! > > René > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK

Re: [Interest] [qt-android][qt-iOS] Is it possible to disable page scrolling when software keyboard is being shown?

2016-04-27 Thread Mike Krus
__ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK +44-1625-809908 Mobile: +44 7833 491941

Re: [Interest] Qt iOS without QML?

2015-10-28 Thread Mike Krus
, From: Roman Wüger via Interest Subject: [Interest] Qt iOS without QML? Date: Tue, 27 Oct 2015 09:37:20 +0100 ;;; Hello, ;;; ;;; Is it at the moment possible to develop iOS apps only with Qt Widgets and without any QML? I recommend this movie to you. QtWS15- Qt on iOS A to Z, Mike Krus, KDAB

Re: [Interest] Strange font issue on iOS 9

2015-07-23 Thread Mike Krus
to type new texts). there was a similar issue when iOS 7 came out, again with the Quick Controls. They do something different with textures for fonts. Have you filed a bug report? Mike -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK +44

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Mike Krus
the >> directory to the env var QML2_IMPORT_PATH. >> It works fine running from Qt Creator, but when I deploy it doesn't find the >> qml components =/ I'd to copy the files to my project directory to make it >> work, and I'm sure that there's a better way :D >> >> T

Re: [Interest] iOS-Dev: XCode 6.3.1 Crashes with QtCreator Created Projects

2015-04-26 Thread Mike Krus
Hi I get the crash a lot. Most of tool stack is automated so I do very little work in Xcode for my QML project. Xcode works fine for the other projects where it created it’s own. I think the projects generated by qmake are not 100% valid. For example, in the course of achieving 100% automated p

Re: [Interest] Deploying Qt to MacOs still...errr, sucks?

2015-02-11 Thread Mike Krus
Hi all, this tool is quite useful: https://github.com/auriamg/macdylibbundler does the install_name_tool dance for the libs that macdeployqt ignores. So I run macdeployqt, then dylibbundler Then I still need a script to handle other plugins (for exampl

Re: [Interest] Opening media library in Qt/Qml on iOS/Android to choose picture

2014-12-03 Thread Mike Krus
You need to do this using the native SDK. For iOS, see https://www.youtube.com/watch?v=HNQpJG2F6ow https://github.com/richardmg/qtdd13_qmlapp Mike > On 2 Dec 2014, at 15:42, Nuno Santos wrote: > > Hi

Re: [Interest] Qt 5.4 iOS as a FrameWork

2014-11-26 Thread Mike Krus
> No, it can't. > > -Richard > > > Fra: interest-bounces+richard.gustavsen=theqtcompany@qt-project.org > på vegne > av Mike Krus > Sendt: 25. november 2014 19:46 > Til: interest@qt-project.org > Emne: [Interest]

[Interest] Qt 5.4 iOS as a FrameWork

2014-11-25 Thread Mike Krus
Hi anybody know if the upcoming 5.4 version can be built as a framework when targeting iOS 8? Mike ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest