summaryrefslogtreecommitdiffstats
path: root/src/render/backend/transform_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/transform_p.h')
-rw-r--r--src/render/backend/transform_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/backend/transform_p.h b/src/render/backend/transform_p.h
index e3bcad317..50857ac94 100644
--- a/src/render/backend/transform_p.h
+++ b/src/render/backend/transform_p.h
@@ -77,12 +77,11 @@ public:
QVector3D translation() const;
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) override;
+ void syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime) final;
void notifyWorldTransformChanged(const Matrix4x4 &worldMatrix);
private:
void updateMatrix();
- void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) final;
-
Matrix4x4 m_transformMatrix;
QQuaternion m_rotation;
QVector3D m_scale;