Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (290)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Perlin noise not working  (Read 426 times)
0 Members and 1 Guest are viewing this topic.
Offline Xardov

Senior Newbie





« Posted 2012-11-21 14:48:30 »

Hey there, i recently wrote a perlin noise class following this tutorial - http://freespace.virgin.net/hugo.elias/models/m_perlin.htm

http://pastebin.com/fnjCpTrc -- Here is my code.  However, I noticed that it doesn't produce the colours I want, and instead gives me this --> https://dl.dropbox.com/u/13907487/perlin_noise.png

Which means I obviously did something wrong.  The thing is, I don't know what I did wrong.  I'm guessing it's at image.setRGB(x,y, (int)generatePerlinNoise(x,y)) but i'm not sure how to correct it show it shows up like proper perlin noise.
Offline Roquen

JGO Ninja


Medals: 66



« Reply #1 - Posted 2012-11-21 15:03:26 »

Skim this page: http://www.java-gaming.org/topics/noise-bandpassed-white/27071/view.html.  Then look at philfrei's tool and the link to Stefan Gustavson's java source and work from there.
Offline Varkas

JGO Knight


Medals: 14
Projects: 5


iDream


« Reply #2 - Posted 2012-11-21 15:37:06 »

Aparently I was using the same or a closely related tutorial. I'm too lazy to read your code (sorry) but if you want you can compare it to my version which is working (no guarantees ...)

http://sourceforge.net/p/sunlands/code/21/tree/trunk/src/villagers/utils/PerlinNoise.java

Well you can just use mine if it's good enough for your needs. It's GPLv2.

Edit: I was testing two noise sources, one very similar to your code, and another based on an Xor-Shift RNG. Both seem to work sufficiently well. Just to explain why there are two in the code and one is unused currently.

if (error) throw new Brick();
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline Roquen

JGO Ninja


Medals: 66



« Reply #3 - Posted 2012-11-21 15:46:18 »

These are "value-noise" variants and using trig functions makes it crazy/insane expensive.  Move to simplex noise...I promise it's a good thing.
Offline matheus23

JGO Wizard


Medals: 72
Projects: 3


You think about my Avatar right now!


« Reply #4 - Posted 2012-11-21 15:50:05 »

These are "value-noise" variants and using trig functions makes it crazy/insane expensive.  Move to simplex noise...I promise it's a good thing.

Yes. Totally Agree!

Take a look at my development Blog: http://matheusdev.tumblr.com
Also look at my RPG Ruins of Revenge
Pages: [1]
  ignore  |  Print  
 
 

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (66 views)
2013-05-17 21:29:12

alaslipknot (75 views)
2013-05-16 21:24:48

gouessej (106 views)
2013-05-16 00:53:38

gouessej (103 views)
2013-05-16 00:17:58

theagentd (113 views)
2013-05-15 15:01:13

theagentd (103 views)
2013-05-15 15:00:54

StreetDoggy (148 views)
2013-05-14 15:56:26

kutucuk (170 views)
2013-05-12 17:10:36

kutucuk (169 views)
2013-05-12 15:36:09

UnluckyDevil (178 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.066 seconds with 21 queries.