Bengaluru GAFX sample files

   2335   1   0
User Avatar
Staff
2590 posts
Joined: July 2005
Offline
Here are .hip files corresponding to my talk at Bengaluru GAFX 2017.

mandel2.hip - The Mandelbrot set written in VEX as a COP
mandel3.hip - A point cloud exploration of the Mandelbulb set in VEX.

Neither of these are particularly polished or refined, but might be helpful if you're interested in exploring these fractals.

Attachments:
mandel2d.hip.gz (28.9 KB)
mandel3d.hip.gz (13.4 KB)

User Avatar
Member
7737 posts
Joined: Sept. 2011
Offline
Thanks for the files. I pasted your vex into a cvex procedural, and mapped iteration to density with exp(-iter*0.05), and rendered as an iso surface. I've rendered a few mandelbulbs in the past, but I always used a distance estimator instead. This discrete method works well too. I was surprised how quickly the cvex procedural rendered, just 45 minutes on a 4 core machine with Volume quality 5 at 6x6 samples and gi.

Attachments:
cvex_mandelbulb_3d_cc3.jpg (1.4 MB)

  • Quick Links