Re: [Interest] [QT3D] Has anyone figured out how to use a QSkyboxEntity?

2017-11-19 Thread Sean Harmer
Ensure that you have the image format plugin for tga images installed. Behind the scenes we use QImage to load the env map textures when specified as individual images like this. Cheers, Sean On 18/11/2017 22:00, Pierre Chicoine wrote: This is the only place I found on the Internet that Igor

[Interest] Prevent unnecessary update to widgets from outside objects

2017-11-19 Thread iman ahmadvand
Hi everyone. We've some QObject class which is actually an animator class(responsible for animating associated target widget): class Animator : public QVariantAnimation { Q_OBJECT Q_PROPERTY(QObject* targetObject READ targetObject WRITE setTargetObject) public: explicit Animator(QObject* target