Skip to content

Commit 5513711

Browse files
committed
Show actual values of MeshSimplifierOptions properties
1 parent 67eced6 commit 5513711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Editor/MeshSimplifierOptionsDrawer.uxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<ui:Toggle label="Preserve Border Edges" binding-path="PreserveBorderEdges" />
33
<ui:Toggle label="Preserve Surface Curvature" binding-path="PreserveSurfaceCurvature" />
44
<ui:Toggle label="Use Barycentric Coordinate Interpolation" binding-path="UseBarycentricCoordinateInterpolation" />
5-
<ui:Slider label="Min Normal Dot" high-value="1" binding-path="MinNormalDot" low-value="-1" />
5+
<ui:Slider label="Min Normal Dot" high-value="1" binding-path="MinNormalDot" low-value="-1" show-input-field="true" />
66
<ui:Toggle label="Enable Smart Link" binding-path="EnableSmartLink" value="true" name="EnableSmartLinkToggle" />
77
<ui:GroupBox text="Smart Link Options" name="SmartLinkOptionsGroup">
88
<ui:FloatField label="Vertex Link Distance" value="0.001" binding-path="VertexLinkDistance" name="FloatField" />
9-
<ui:Slider label="Vertex Link Min Normal Dot" high-value="1" binding-path="VertexLinkMinNormalDot" low-value="-1" />
9+
<ui:Slider label="Vertex Link Min Normal Dot" high-value="1" binding-path="VertexLinkMinNormalDot" low-value="-1" show-input-field="true" />
1010
<ui:FloatField label="Vertex Link Color Distance" value="0.01" binding-path="VertexLinkColorDistance" />
11-
<ui:Slider label="Vertex Link UV Distance" high-value="1.414214" binding-path="VertexLinkUvDistance" low-value="0" />
11+
<ui:Slider label="Vertex Link UV Distance" high-value="1.414214" binding-path="VertexLinkUvDistance" low-value="0" show-input-field="true" />
1212
</ui:GroupBox>
1313
<ui:Button text="Reset Options" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ResetOptionsButton" enable-rich-text="false" />
1414
</ui:UXML>

0 commit comments

Comments
 (0)