|
Project Information
|
A command-line program that calculates a quaternion Julia set and then writes the corresponding isosurface to a binary Stereo Lithography file. Supports custom-defined iterative equations, such as: Z = Z^4 + C See quaternion_math.h for a full list of supported quaternion functions. Compiles using g++ and MSVC++. |