introducing a lot of new operators
This commit is contained in:
@ -58,6 +58,30 @@ export function HelpPopup() {
|
||||
<p>
|
||||
<strong>i</strong> - Pixel index
|
||||
</p>
|
||||
<p>
|
||||
<strong>r</strong> - Distance from center
|
||||
</p>
|
||||
<p>
|
||||
<strong>a</strong> - Angle from center (radians)
|
||||
</p>
|
||||
<p>
|
||||
<strong>u, v</strong> - Normalized coordinates (0.0 to 1.0)
|
||||
</p>
|
||||
<p>
|
||||
<strong>c</strong> - Normalized center distance (0.0 to 1.0)
|
||||
</p>
|
||||
<p>
|
||||
<strong>f</strong> - Frame count (discrete timing)
|
||||
</p>
|
||||
<p>
|
||||
<strong>d</strong> - Manhattan distance from center
|
||||
</p>
|
||||
<p>
|
||||
<strong>n</strong> - Noise value (0.0 to 1.0)
|
||||
</p>
|
||||
<p>
|
||||
<strong>b</strong> - Previous frame's value (feedback)
|
||||
</p>
|
||||
<p>
|
||||
<strong>mouseX, mouseY</strong> - Mouse position (0.0 to 1.0)
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user