|
| File: |
|
| Description: |
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
Z = sin(Z) + C * sin(Z)
Z = inverse(sinh(Z)) + C * inverse(sinh(Z))
etc.
See quaternion_math.h for a full list of supported quaternion functions.
Compiles using g++ and MSVC++.
Changes to v1.2:
- Can now specify Z.w in the config.txt file.
- Now writes data to binary STL file as the calculations are being performed, rather than waiting until all of the calculations have been performed -- this aims to balance disk write speed vs RAM usage. |
| SHA1 Checksum: |
40f3f9e473cb971ffe705e6a3d171f5917b6c4f3
What's this?
|
|
|