Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoCiaramella committed Nov 15, 2021
1 parent 264dce0 commit 8ae44bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ private void exportOpenSimplexPlane(){
OpenSimplexPlane openSimplexPlane = new OpenSimplexPlane();
openSimplexPlane.setColors(
new Color(0x4db1db,0f,0f),
new Color(0x35b537, 0f, 0.8f),
new Color(0x35b537, 0f, 0.5f),
new Color(0x6e4319, 0.5f, 0.7f),
new Color(0x828282, 0.7f, 0.8f),
new Color(0xffffff, 0.8f, 1f)
);

Expand Down Expand Up @@ -75,7 +77,9 @@ private void exportOpenSimplexSphere(){
OpenSimplexSphere openSimplexSphere = new OpenSimplexSphere(16);
openSimplexSphere.setColors(
new Color(0x4db1db,0f,0f),
new Color(0x35b537, 0f, 0.8f),
new Color(0x35b537, 0f, 0.5f),
new Color(0x6e4319, 0.5f, 0.7f),
new Color(0x828282, 0.7f, 0.8f),
new Color(0xffffff, 0.8f, 1f)
);

Expand Down
Binary file modified img/plane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/sphere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions opensimplexterrainlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = 'com.github.MarcoCiaramella'
version = '1.0.5'
version = '1.0.6'

android {
compileSdkVersion 30
Expand Down Expand Up @@ -53,7 +53,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.MarcoCiaramella'
artifactId = 'OpenSimplexTerrain'
version = '1.0.5'
version = '1.0.6'
}
}
}
Expand Down

0 comments on commit 8ae44bb

Please sign in to comment.