Polarbrot Power Change, 30 Iterations - [-8 - 8]
Автор: Ibrahim Mahmoud
Загружено: 2020-03-17
Просмотров: 948
Описание:
Image Center: 0,0
Image Radius: 3
Iterations: 30
Power: 2
Orbit Trap: Real
c = { X, Y } # 'c' is the coordinate value
c = { c.Radius, c.Angle } # Converts 'c' from cartesian to polar
bailout = c.R + radius^power # Changes bailout depending on the real component of c and image radius
z = c # Set z to c
ITERATION LOOP
{
z = { z.R * Cos(z.I), z.R * Sin(z.I) } # "Dirty" polar to cartesian conversion for both z and c
c = { c.R * Cos(c.I), c.R * Sin(c.I) }
z = (z ^ power) + c; # Mandelbrot function
}
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: