Skip to content

Commit

Permalink
some renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Dec 10, 2017
1 parent 5e516f8 commit f033c20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,736 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/github/fabioticconi/tergen/HeightMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

package com.github.fabioticconi.tergen;

import com.github.fabioticconi.tergen.noise.OpenSimplexNoise;
import com.github.fabioticconi.tergen.noise.SimplexNoise;

import java.util.Random;

/**
* Author: Fabio Ticconi
* Date: 03/12/17
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/fabioticconi/tergen/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class Main
{
public static void main(final String[] args)
{
final int width = 500;
final int height = 500;
final int width = 1024;
final int height = 1024;

// final OpenSimplexNoise noise = new OpenSimplexNoise();

Expand Down
Loading

0 comments on commit f033c20

Please sign in to comment.