Patrefans
TheArtOfCode from patreon
TheArtOfCode patreon

KIFS fractals explained!

🕑 Added 2019-09-25 18:01:14 +0000 UTC
KIFS fractals explained!

Comments

The dot product in this case you could see as a vector projection: how many times does the vector n fit inside of the vector UV (arrow from the origin). Normally a vector projection needs the for product to be divided by the length of the vector you are projecting but because n is normalized (length 1) you don't have to do it in this case. There are many videos and articles about vector projection so just Google it if that's still unclear.

Guys! I need some help! At 11:34, It makes it hard for me to understand how the reflection works here! The dot product between two vector is not the distance. Here we have the direction but how uv -= n * d works here? d is dot product I cannot understand the geometrical logic behind it. Could someone please explain this part to me?


More Creators