|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
<p>This is where the <i>power</i> comes in (mentioned in the image descriptions). We can look at Mandelbulbs with powers that are not 2.</p>
|
|
|
|
|
|
|
|
|
|
<h1>Can you animate the Mandelbulb?</h1>
|
|
|
|
|
<p>Yes, of couse. It only takes a huge amount of time. This one rendered in about an hour:</p>
|
|
|
|
|
<p>Yes, of course! It only takes a huge amount of time. This one rendered in about an hour:</p>
|
|
|
|
|
|
|
|
|
|
<video src="https://datenvorr.at/renders/mbulb.mp4" controls="show"></video>
|
|
|
|
|
|
|
|
|
@ -59,6 +59,7 @@
|
|
|
|
|
<footer>
|
|
|
|
|
<div class="footer-inner">
|
|
|
|
|
<div class="footer-links">
|
|
|
|
|
<b>Source code:</b>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://git.datenvorr.at/anton/fractals2d.h" target="_blank">2D Mandelbrot rendering</a></li>
|
|
|
|
|
<li><a href="https://git.datenvorr.at/anton/raymarcher.c" target="_blank">3D Fractal rendering</a></li>
|
|
|
|
@ -67,7 +68,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer-other">
|
|
|
|
|
© Copyright by Anton Lydike <br>
|
|
|
|
|
All images are public domain
|
|
|
|
|
All fractal images and videos are public domain
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|