Skip to content

Commit 602990a

Browse files
committed
format
1 parent 4c61885 commit 602990a

12 files changed

Lines changed: 1164 additions & 1190 deletions

mesh/src/main/java/mesh/creator/assets/CrateCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private void scaleBaseCube() {
7070
}
7171

7272
private void extrudeFaces() {
73-
73+
7474
List<Face3D> faces = mesh.getFaces();
7575
ExtrudeModifier modifier = new ExtrudeModifier();
7676

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package mesh.creator.assets;
22

33
public enum CrossBeamType {
4+
DIAGONAL,
45

5-
DIAGONAL,
6+
HORIZONTAL,
67

7-
HORIZONTAL,
8-
9-
CROSS,
10-
11-
NOTHING;
8+
CROSS,
129

10+
NOTHING;
1311
}

0 commit comments

Comments
 (0)