Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 566a303

Browse files
author
Marc Ellens
committed
Fixing obsolete function call
1 parent 0b0ec53 commit 566a303

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Scripts/Editor/MeshSimplifiers/MeshDecimatorSimplifier.cs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public void Simplify(WMesh inputMesh, WMesh outputMesh, float quality)
3232
int targetTriangleCount = Mathf.CeilToInt(totalTriangleCount * quality);
3333

3434
var algorithm = MeshDecimation.CreateAlgorithm(Algorithm.Default);
35-
algorithm.KeepLinkedVertices = false;
3635

3736
DecimationAlgorithm.StatusReportCallback statusCallback = (iteration, tris, currentTris, targetTris) =>
3837
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /