Skip to content

Instantly share code, notes, and snippets.

@TomK32
Created March 15, 2013 08:08
Show Gist options
  • Select an option

  • Save TomK32/5168231 to your computer and use it in GitHub Desktop.

Select an option

Save TomK32/5168231 to your computer and use it in GitHub Desktop.
actually it's an incrementSeed!
function MapGenerator:incrementSeed(dt)
self.seed = self.seed + dt
SimplexNoise.seedP(self.seed)
end
@mraaroncruz
Copy link

You had me at SimplexNoise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment