[Closed] 3D fractals
Hello,Sorry for my english.
I need a scripts to generate 3D fractals on maxscript.Absolute any fractals.
Could you be a bit more specific? For example, this script creates L-system fractals using cylinders to make trees/branches. http://www.youtube.com/watch?v=21jRfNv8eRU
Max, Maya, Blender, and the like aren’t meant for implicit surfaces, so if you desire real “infinite” fractals, you may want to try a different program, like Mandelbulber. http://www.mandelbulber.com/
There are really nerdy ways you can get OBJs from the M3D files in sort of cheat ways where you tell it a number of iterations and it attempts to recreate the fractal. http://www.fractalforums.com/tutorials/voxel-image-stack-and-then-what/
max has built-in fractal implementation. it’s fractalNoise (see the mxs help for details)