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

interpolation must be done on gradients of the random value fabric, not the random values itself #20

Open
Amith225 opened this issue Oct 20, 2022 · 0 comments
Labels
bug Something isn't working hacktoberfest hacktoberfest PR issues help wanted Extra attention is needed

Comments

@Amith225
Copy link
Collaborator

due to mis-tech of perlin noise, the current implementation is creating value(fractal) noise rather than perlin noise.
fix this by passing gradient of bSpace in bNoise to __interpolation rather than bSpace itself

@Amith225 Amith225 added bug Something isn't working help wanted Extra attention is needed hacktoberfest hacktoberfest PR issues labels Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest hacktoberfest PR issues help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant