I have a class which inherits from Qt3DWindow.  (Qt 5.8 latest git)

How to I access the QPickingSettings to change them? Looks like I need to
go through QRenderSettings, but that's private in Qt3DWindow and I don't
see a way to get at it.  Or is there another way for me to set them?

(I don't know if it will solve my problem - by default it "picks" backface
culled entities which is kind of useless for the user since they are
selecting an "invisible" object - not the thing they are looking at. I was
thinking this might be related to the PickMethod.)

Thanks!

---
Andy Maloney  //  https://asmaloney.com
twitter ~ @asmaloney <https://twitter.com/asmaloney>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to