File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import QtQuick.Controls
33import QtQuick.Layouts
44
55import Controls 1.0
6+ import Utils 1.0
67
78/**
89 * NodeStatistics displays statistics data of Node's chunks (NodeChunks).
Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ import Utils 1.0
108108 Component .onCompleted : {
109109 var obj = Viewer3DSettings .sfmDataLoaderComp .createObject (sfmDataLoaderEntity, {
110110 " source" : source,
111- " pointSize" : Qt .binding (function () { return 0.01 * Viewer3DSettings .pointSize }),
111+ " fixedPointSize" : Qt .binding (function () { return Viewer3DSettings .fixedPointSize }),
112+ " pointSize" : Qt .binding (function () { return Viewer3DSettings .pointSize }),
112113 " locatorScale" : Qt .binding (function () { return Viewer3DSettings .cameraScale }),
113114 " cameraPickingEnabled" : Qt .binding (function () { return root .enabled && root .cameraPickingEnabled }),
114115 " resectionId" : Qt .binding (function () { return Viewer3DSettings .resectionId }),
You can’t perform that action at this time.
0 commit comments