Skip to content

Commit f033c20

Browse files
committed
some renaming
1 parent 5e516f8 commit f033c20

File tree

3 files changed

+2
-2736
lines changed

3 files changed

+2
-2736
lines changed

src/main/java/com/github/fabioticconi/tergen/HeightMap.java

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717
package com.github.fabioticconi.tergen;
1818

19-
import com.github.fabioticconi.tergen.noise.OpenSimplexNoise;
20-
import com.github.fabioticconi.tergen.noise.SimplexNoise;
21-
22-
import java.util.Random;
23-
2419
/**
2520
* Author: Fabio Ticconi
2621
* Date: 03/12/17

src/main/java/com/github/fabioticconi/tergen/Main.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public class Main
2525
{
2626
public static void main(final String[] args)
2727
{
28-
final int width = 500;
29-
final int height = 500;
28+
final int width = 1024;
29+
final int height = 1024;
3030

3131
// final OpenSimplexNoise noise = new OpenSimplexNoise();
3232

0 commit comments

Comments
 (0)