All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.phraseHash21_shader.kt Maven / Gradle / Ivy

The newest version!
package org.openrndr.shaderphrases.phrases
const val phraseHash21 = """float hash21(vec2 p) {
    return fract(1e4 * sin(17.0 * p.x + p.y * 0.1) * (0.1 + abs(sin(p.y * 13.0 + p.x))));
}
"""




© 2015 - 2025 Weber Informatics LLC | Privacy Policy