Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Replace "persistance" with "persistence" in the simplex code.
Also made some minor fixes to the docs.
|
|
Spaces were added after code blocks to ensure correct rendering
on the online class reference.
|
|
NOTE: This changes the RPC_MODE_* enum values.
Games should be re-exported. GDNative rebuilt.
|
|
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex.
NoiseTexture uses SimplexNoise to generate noise textures for using in
shaders/visual effects.
|