From 7ad4b526899f8bc764192e88e65306c788a9ed32 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 15 Jan 2016 22:35:13 +0100 Subject: VoronoiSplat & Scatterplot: splatting is now a separate component. The change was due to future functionality requirements, this separation provides grater flexibility. As a nice side effect, the cropping bug when first rendering the splat is now gone. --- main_view.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main_view.qml') diff --git a/main_view.qml b/main_view.qml index a0290e1..dc3fe45 100644 --- a/main_view.qml +++ b/main_view.qml @@ -102,6 +102,14 @@ ApplicationWindow { border.width: 1 border.color: "#cccccc" + VoronoiSplat { + id: splat + objectName: "splat" + x: parent.x + y: parent.y + anchors.fill: parent + } + Scatterplot { id: plot objectName: "plot" -- cgit v1.2.3