Tag: basic raymarching code
-
RayMarching Shader Pt.1 (GLSL)

On this page, the coding steps to produce a basic Ray Marching fragment shader, that creates a ray marched scene of a sphere and a plane, with basic diffuse directional lighting and shadows. If you quickly want to try out the examples I recommend the web based GLSL editor from…