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
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