frogShader

A GLSL fragment shader for making a poison frog, in a jelly sugar style 😊

The effect is as follows

result

 

The frog is made in 3D by applying Signed Distance Functions (SDFs). The techniques mainly include:

  • Using multiple additive noises as the texture
  • Translucency effect