File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ import mesh.Mesh3D;
241241public class MyQuadCreator implements IMeshCreator {
242242
243243 private float halfSize;
244+
244245 private Mesh3D mesh;
245246
246247 public Mesh3D create () {
Original file line number Diff line number Diff line change 22 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5- <groupId >MeshLibCoreClean2022 </groupId >
6- <artifactId >MeshLibCoreClean2022 </artifactId >
7- <version >0.0.2 -SNAPSHOT</version >
5+ <groupId >MeshLibCore </groupId >
6+ <artifactId >MeshLibCore </artifactId >
7+ <version >0.0.1 -SNAPSHOT</version >
88 <build >
99 <sourceDirectory >src/main/java</sourceDirectory >
1010 <testSourceDirectory >src/test/java</testSourceDirectory >
You can’t perform that action at this time.
0 commit comments