<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Noise on Feynman's Blog</title><link>/en/tags/noise/</link><description>Recent content in Noise on Feynman's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 31 Aug 2026 12:00:00 +0800</lastBuildDate><atom:link href="/en/tags/noise/index.xml" rel="self" type="application/rss+xml"/><item><title>12 | Noise Functions</title><link>/en/posts/threejs-noise/</link><pubDate>Mon, 31 Aug 2026 12:00:00 +0800</pubDate><guid>/en/posts/threejs-noise/</guid><description>&lt;blockquote class="blockquote-regular"&gt;
 &lt;p&gt;In the previous lesson, we used GLSL math functions to draw shapes and gradients. This lesson enters the &amp;ldquo;soul tool&amp;rdquo; of shaders — noise functions: from random&amp;rsquo;s snow to Perlin&amp;rsquo;s continuous clouds, from single-layer noise to FBM&amp;rsquo;s fractal detail, ultimately driving clouds, terrain, fire, and vertex deformation.&lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="/images/2026-07-07_series_threejs-creation-diary/12_noise/demo.gif" alt="Running effect: Noise function demo"&gt;&lt;/p&gt;
&lt;h2 id="01-learning-objectives"&gt;01 Learning Objectives&lt;/h2&gt;
&lt;p&gt;This lesson focuses on noise function principles and practice:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Understand the core differences between Perlin Noise and Simplex Noise&lt;/li&gt;
&lt;li&gt;Master FBM (Fractal Brownian Motion) principles and applications&lt;/li&gt;
&lt;li&gt;Learn to create organic effects with noise (clouds, terrain, fire)&lt;/li&gt;
&lt;li&gt;Understand vertex deformation using noise in vertex shaders&lt;/li&gt;
&lt;li&gt;Master two ways to animate noise (moving sample point / changing frequency)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="02-what-is-noise--continuous-pseudorandom-function"&gt;02 What Is Noise — Continuous Pseudorandom Function&lt;/h2&gt;
&lt;p&gt;Noise is a &lt;strong&gt;continuous pseudorandom function&lt;/strong&gt;: neighboring points have similar values, but the overall pattern appears random.&lt;/p&gt;</description></item></channel></rss>