We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g.
function noise3D(x, y, z, out) { out[0] = random.noise3(x, y, z); out[1] = random.noise3(y - 19.1, z + 33.4, x + 47.2); out[2] = random.noise3(z + 74.2, x - 124.5, y + 99.4); return out; }
The text was updated successfully, but these errors were encountered:
And curl noise too?
Sorry, something went wrong.
Yes. We should probably think of compatibility with pex-shaders if possible.
Or not as prng/seeds would be different (unless...?).
You could check if prng is possible but i guess it would be driver specific ...
No branches or pull requests
e.g.
The text was updated successfully, but these errors were encountered: