Maikel
03/17/2024, 8:54 AMMaikel
03/17/2024, 8:55 AMwtaysom
03/19/2024, 4:29 AMMaikel
03/19/2024, 6:48 AMwtaysom
03/19/2024, 9:20 AMz^2+c
is the heart of a Mandelbrot set, so where is it? Blue box.
2. Click on it. Click Edit Composition. Input on left. Output on right. Tangle in the middle from product being intrinsically two dimensional. So wires coming in and wires coming out is always going to overlap. Doesn't need to be as much but...
3. Why a "2" slider? Oh, instead of summing two xyi terms. Fine. How do we iterate? Click Exit edit composition.
4. Hmm. Z goes in and Z comes out. Um, okay? What's this ">" node. Red "Break". This grey box is a loop. Repeated 1024 times.
5. What is $a > 511.0 ? 0.0 : $a - log2(log2(dot($b,$b))) + 4.0
? I wouldn't exactly call whatever comes out of that Iterations. Where does it go?
6. Through 0.5 + 0.5*cos( 3.0 + $a*0.15 + vec3(0.0,0.6,1.0))
. And that cycles the colors somehow to the output. Can I attach a slider to input b?
7. Doesn't seem so. After making a constant and dragging an arrow over, my cursor turns to a not allowed state.
8. And then going back to the top we define some vector variables. With the scene position, scroll wheel state, and x/y coordinate (UV) being accounted for. I see.
9. It is a bit funny that we have both arrows and named variables for wiring things together.
10. Likewise, we have both diagrams and symbolic expressions. Reminded a bit of Max.Maikel
03/19/2024, 10:11 AMwtaysom
03/19/2024, 6:01 PMMaikel
03/19/2024, 7:18 PMKartik Agaram
Maikel
03/24/2024, 8:05 PM