|
| 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 minimizes RAM use.
|
| SHA1 Checksum: |
53490aa6d60224dd80e4672b6a273f6a468460ff
What's this?
|
|
|