Forgot to commit some stuff (noise+dynaterrain) from previous commit
This commit is contained in:
@@ -18,6 +18,8 @@ class NzNoiseBase
|
||||
void SetNewSeed(int seed);
|
||||
int GetUniformRandomValue();
|
||||
void ShufflePermutationTable();
|
||||
int fastfloor(float n);
|
||||
int JenkinsHash(int a, int b, int c);
|
||||
protected:
|
||||
int perm[512];
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user