Mercurial
diff mrjunejune/src/blog/optimizing-grass-rendering/index.md @ 169:295ac2e5ec00
[MrJuneJune] Created separate target for generating html from md.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 17:33:18 -0800 |
| parents | 7a4e942814bc |
| children |
line wrap: on
line diff
--- a/mrjunejune/src/blog/optimizing-grass-rendering/index.md Mon Jan 19 16:29:02 2026 -0800 +++ b/mrjunejune/src/blog/optimizing-grass-rendering/index.md Mon Jan 19 17:33:18 2026 -0800 @@ -1,3 +1,8 @@ +--- +title: Optimizing Random Placement with Colour Noise +description: Comparing white noise and blue noise for natural object placement in game development, with optimization techniques for real-time rendering. +--- + # Optimizing Random Placement with Colour Noise ### Introduction