@@ -11,6 +11,9 @@ msgstr "If you want to suppress hole generation during simplification, enable th
1111msgid "Meshia.MeshSimplification.MeshSimplifierOptions.PreserveSurfaceCurvature.label"
1212msgstr "Preserve Surface Curvature"
1313
14+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.PreserveSurfaceCurvature.tooltip"
15+ msgstr "Change the cost formula to preserve gently curved surfaces."
16+
1417msgid "Meshia.MeshSimplification.MeshSimplifierOptions.UseBarycentricCoordinateInterpolation.label"
1518msgstr "Use Barycentric Coordinate Interpolation"
1619
@@ -26,5 +29,35 @@ msgstr "Specifies how much normal misalignment to allow when generating lightwei
2629msgid "Meshia.MeshSimplification.MeshSimplifierOptions.EnableSmartLink.label"
2730msgstr "Enable Smart Link"
2831
32+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.EnableSmartLink.tooltip"
33+ msgstr "If this option is enabled, vertices that are not originally connected but are close to each other will be included in the first merge candidates. Increases the initialization cost."
34+
35+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.SmartLinkOptions"
36+ msgstr "Smart Link Options"
37+
38+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkDistance.label"
39+ msgstr "Vertex Link Distance"
40+
41+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkDistance.tooltip"
42+ msgstr "When smart link is enabled, this is used to select candidates for merging vertices that are not originally connected to each other. Increasing this value also increases the initialization cost."
43+
44+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkColorDistance.label"
45+ msgstr "Vertex Link Color Distance"
46+
47+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkColorDistance.tooltip"
48+ msgstr "Larger values may improve the shape of the polygons after lightening, but at the cost of unnatural vertex colors."
49+
50+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkUvDistance.label"
51+ msgstr "Vertex Link UV Distance"
52+
53+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkUvDistance.tooltip"
54+ msgstr "Larger values may improve the shape of the polygons after lightening, but at the cost of making the UVs unnatural."
55+
56+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkMinNormalDot.label"
57+ msgstr "Vertex Link Min Normal Dot"
58+
59+ msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkMinNormalDot.tooltip"
60+ msgstr "Use different min normal dot for smart link. The more stringent of the two is used for smart link."
61+
2962msgid "locale:en"
30- msgstr "English"
63+ msgstr "English"
0 commit comments