Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Perlin Noise at small scales #15

Closed
jpapon opened this issue Feb 28, 2015 · 1 comment
Closed

Bug in Perlin Noise at small scales #15

jpapon opened this issue Feb 28, 2015 · 1 comment

Comments

@jpapon
Copy link

jpapon commented Feb 28, 2015

So if you use a small scale with Perlin Noise (as the kinect sensor does), the indexing fails here.

This conversion to int8 should be changed to int32 to avoid going out of range at small scales. In such cases (again, as with the kinect) the n parameter needs to be set higher as well (e.g. 512).

@mgschwan
Copy link
Owner

Fixed in trunk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants