Skip to content

Commit 902ff99

Browse files
committed
Chonkers test
1 parent b537f54 commit 902ff99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/eu/mihosoft/vrl/v3d/CSGClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ public static boolean isRunning() {
173173

174174
public static void main(String[] args) {
175175

176-
String hostname = "localhost";
176+
String hostname = "192.168.10.125";
177177
int port = 3742;
178178

179179
// Create client with try-with-resources for automatic cleanup
180180
try {
181-
File f = new File(System.getProperty("user.home")+"/File.txt");
181+
File f = new File("/opt/File.txt");
182182
CSGClient.start(hostname, port, f);
183183
// Set a low number to ensure the Server is used. this defaults to 200
184184
CSG.setMinPolygonsForOffloading(4);

0 commit comments

Comments
 (0)