From 841ede5c34a5cb001b540ed13a8439dc8df7d2a9 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sat, 19 Dec 2015 22:11:33 +0100 Subject: Experimenting using VoronoiSplat as a texture. --- main_view.qml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'main_view.qml') diff --git a/main_view.qml b/main_view.qml index 62c3a67..9e43137 100644 --- a/main_view.qml +++ b/main_view.qml @@ -9,7 +9,7 @@ ApplicationWindow { id: mainWindow title: "Projection Manipulation" visible: true - minimumWidth: 900 + minimumWidth: 300 minimumHeight: 600 maximumWidth: minimumWidth maximumHeight: minimumHeight @@ -91,18 +91,12 @@ ApplicationWindow { border.width: 1 border.color: "#cccccc" - VoronoiSplat { - id: splat - objectName: "splat" - width: 256 - height: 256 - } - Scatterplot { id: plot objectName: "plot" - anchors.fill: parent - visible: false + width: 512 + height: 512 + anchors.margins: 10 } } } -- cgit v1.2.3