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
Right now a random amount of splats are created. It would be fairly easy to change the boolean to a number. Use the value as a multiplier.
WebGLFluid(document.querySelector('.canvas'), { IMMEDIATE: 0 // Number of immediate splats }
The text was updated successfully, but these errors were encountered:
1e6f2e9
WebGLFluid(document.querySelector('canvas'), { IMMEDIATE: true, SPLAT_COUNT: 3, })
Sorry, something went wrong.
No branches or pull requests
Before you start, please make sure to:
What problem does this feature solve?
Right now a random amount of splats are created. It would be fairly easy to change the boolean to a number. Use the value as a multiplier.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: