We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BaseLayer
1 parent 3b6577b commit 509444cCopy full SHA for 509444c
meshroom/ui/qml/Shapes/Viewer/Layers/BaseLayer.qml
@@ -43,11 +43,6 @@ Item {
43
ShapeViewerHelper.selectedShapeName = name
44
}
45
46
- // Helper function to get scaled point size
47
- function getScaledPointSize() {
48
- return Math.max(0.5, (baseLayer.properties.size || 10.0) * baseLayer.scaleRatio)
49
- }
50
-
51
// Helper function to get scaled handle size
52
function getScaledHandleSize() {
53
return Math.max(0.5, 8.0 * scaleRatio)
0 commit comments