v0.45 added noise Texture Sampler2D (theNoise)


I added noise as a texture sampler2D, so now uniforms that are currently sent in are as follows:

uniform float theTime;      // TIME (using glfwGetTime() function, sent in as a float) 

uniform sampler2D theNoise;  // Noise as a texture sampler2D (1024x1024) generated using glm::perlin()

Files

shaderPlayground.zip 278 kB
Nov 19, 2023

Get Ultimate Shader Playground v0.55 (Early Access)

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.