File tree
5 files changed
+138
-4
lines changed- Packages
- Scripts
- Editor
- MeshSimplifiers
- Interfaces
5 files changed
+138
-4
lines changedSubmodule UnityMeshSimplifier updated 49 files
- .editorconfig+12
- .github/ISSUE_TEMPLATE/bug_report.md+31
- .github/ISSUE_TEMPLATE/config.yml+1
- .github/ISSUE_TEMPLATE/feature_request.md+20
- .github/PULL_REQUEST_TEMPLATE.md+17
- .github/workflows/commit_message_check.yml+21
- .github/workflows/release.yml+22
- .releaserc.json+17
- CHANGELOG.md+78-45
- CONTRIBUTING.md+106
- CONTRIBUTING.md.meta+7
- CONTRIBUTORS.md+11
- CONTRIBUTORS.md.meta+7
- Editor/LODGeneratorHelperEditor.cs+57-1
- Editor/SerializedPropertyExtensions.cs+2-2
- README.md+49-16
- Runtime/BlendShape.cs+4-1
- Runtime/Components/LODBackupComponent.cs+1-1
- Runtime/Components/LODGeneratorHelper.cs+2-2
- Runtime/Internal.meta+8
- Runtime/Internal/BlendShapeContainer.cs+83
- Runtime/Internal/BlendShapeContainer.cs.meta+11
- Runtime/Internal/BlendShapeFrameContainer.cs+78
- Runtime/Internal/BlendShapeFrameContainer.cs.meta+11
- Runtime/Internal/BorderVertex.cs+55
- Runtime/Internal/BorderVertex.cs.meta+11
- Runtime/Internal/Ref.cs+43
- Runtime/Internal/Ref.cs.meta+11
- Runtime/Internal/Triangle.cs+164
- Runtime/Internal/Triangle.cs.meta+11
- Runtime/Internal/UVChannels.cs+92
- Runtime/Internal/UVChannels.cs.meta+11
- Runtime/Internal/Vertex.cs+77
- Runtime/Internal/Vertex.cs.meta+11
- Runtime/LODGenerator.cs+182-178
- Runtime/LODLevel.cs+1-1
- Runtime/Math.meta+8
- Runtime/Math/MathHelper.cs+2-2
- Runtime/Math/MathHelper.cs.meta
- Runtime/Math/SymmetricMatrix.cs+5-3
- Runtime/Math/SymmetricMatrix.cs.meta
- Runtime/Math/Vector3d.cs+10-8
- Runtime/Math/Vector3d.cs.meta
- Runtime/MeshCombiner.cs+58-91
- Runtime/MeshSimplifier.cs+171-403
- Runtime/SimplificationOptions.cs+12-3
- Runtime/Utility/MeshUtils.cs+9-4
- Runtime/Utility/ResizableArray.cs+6-5
- package.json+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| 176 | + | |
176 | 177 |
| |
177 | 178 |
| |
178 | 179 |
| |
| |||
642 | 643 |
| |
643 | 644 |
| |
644 | 645 |
| |
645 |
| - | |
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
| |||
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
664 | 677 |
| |
665 | 678 |
| |
666 | 679 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
| 16 | + | |
16 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
17 | 70 |
| |
18 | 71 |
| |
19 | 72 |
| |
| 73 | + | |
20 | 74 |
| |
21 | 75 |
| |
22 | 76 |
| |
| |||
50 | 104 |
| |
51 | 105 |
| |
52 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
53 | 151 |
| |
54 | 152 |
| |
55 | 153 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments