From 213a68d904e132c97d4a559778477bd9a6ee2fe1 Mon Sep 17 00:00:00 2001 From: 0xBAMA <0xBAMA@users.noreply.github.com> Date: Sun, 31 Mar 2024 03:31:23 +0000 Subject: [PATCH] chore(docs): update TOC --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14b4a22..a5bf100 100644 --- a/readme.md +++ b/readme.md @@ -49,6 +49,8 @@ A hand-picked list of graphics programming resources maintained by graphics prog - [Software Rasterization](#software-rasterization) - [Graphics Effects](#graphics-effects) - [Normal Mapping](#normal-mapping) + - [Hash Functions](#hash-functions) + - [Dithering](#dithering) - [Shadow](#shadow) - [Ambient Occlusion](#ambient-occlusion) - [Reflection](#reflection) @@ -59,7 +61,7 @@ A hand-picked list of graphics programming resources maintained by graphics prog - [Tessellation](#tessellation) - [Voxel Rendering](#voxel-rendering) - [Volume Rendering](#volume-rendering) - - [Dithering](#dithering) + - [Dithering](#dithering-1) - [Sprite Rendering](#sprite-rendering) - [Atmosphere Scattering](#atmosphere-scattering) - [Grass Rendering](#grass-rendering)