Export: normal estimation can be disabled, clouds can be exported with normals

This commit is contained in:
matlabbe
2019-04-17 13:45:42 -04:00
parent 7acaac7a6d
commit a668ec35ab
2 changed files with 137 additions and 50 deletions

View File

@@ -126,7 +126,7 @@
<item row="6" column="0">
<widget class="QSpinBox" name="spinBox_normalKSearch">
<property name="minimum">
<number>3</number>
<number>0</number>
</property>
<property name="value">
<number>20</number>
@@ -216,7 +216,7 @@
<item row="6" column="1">
<widget class="QLabel" name="label_normal">
<property name="text">
<string>Set the number of k nearest neighbors to use for the normal estimation.</string>
<string>Set the number of k nearest neighbors to use for the normal estimation. Set 0 to disable.</string>
</property>
<property name="wordWrap">
<bool>true</bool>