Fractal Architect 3 Help Index

Variation Sets


Applies to:FA 3DFA 3D-AV

What Is a Variation Set?

Fractal Architect 3D at release supports 330 variation types (more will be added in subsequent updates). The fractal rendering engine has to run on both CPUs and GPUs using OpenCL. Targeting rendering on GPUs requires that the render engine can only support a subset of this large library of variation types. The current limit for the rendering engine is either a maximum of 128 variation types or a maximum of 199 variation types plus their named variation parameters. For example the Legacy Flam3 variation set has 98 variation types and 198 variation types + their variation parameters.

A variation set is created by choosing a set of variation types from the variations library. You can create many variation sets with different mixes of variations in them.

No DLL’s

Apophysis (a Windows app) uses a separate Windows DLL file for each variation type (beyond the built-in variation types). Apophysis can only load approximately 100 variation set DLL’s or it will crash at runtime. Apophysis users have to maintain the list of variation DLL’s that the app uses by moving them in and out of certain directory.

Fractal Architect 3D does not use this architecture and does not have a limit on the number of variation sets it can work with at a time. Each fractal file is limited to a single variation set, but the app itself can handle many variation sets at once. For instance the Recently Opened tab of the Home Page window, can render thumbnails from many different variation sets.

When you save the Stash contents, more than one file might be created as needed - one per variation set.

Custom Rendering Engine per Variation Set

A custom OpenCL rendering engine is created for each variation set. This custom rendering engine must be compiled at runtime (which you may have noticed from the OpenCL Compile warning dialog popping up) before it can be used by FA for rendering.

Custom Rendering Engine Cache

The OpenCL rendering engine for each variation set is cached so that it does not have to be recreated every time you use the app. You can delete a variation set and it will be recreated as needed when you open any fractal file that referenced that variation set (see below).

Another limitation is that each fractal file can only reference variations from a single variation set. The library for that variation set is actually embedded in the fractal file, so that the saved fractals can always be rendered in the future (even though the original variation set might have been deleted). Note: earlier versions of Fractal Architect do not have the embedded variation set. They can still be opened and will use the Legacy Flam3 variation set. This also implies that you can send a fractal file to a friend and they can render that file (even though they probably have different variation sets they’ve created)

Unlike Apophysis, where only one single variation set can be used by the application at a time, Fractal Architect 3D can handle an unlimited number of variation sets.

Variation Sets Are Immutable

Once created, a variation set cannot be changed. You can clone another variation set and make changes to the cloned copy before you save it (at which point the cloned set itself becomes immutable).

Cached Variation Sets can be Deleted

You can delete a variation set as any fractals that you created using that variation set, since for all practical purposes, each fractal file has its own copy of the variation set inside them.

Note: if a variation set is in use by the app, it will not be deletable. If a variation set is referenced by a fractal file in the Recently Opened list, that variation set will be locked.

Variation Sets Are Shareable With Friends

You can export the variation set to a file and send that file to a friend. They can then import that file and create fractals from your variation set.

2D Variation Set - Required Variation Types

2D variation sets must always have the linear variation type and pre_blur variation type, as it is used by the application as the default variation type when creating new fractals.

3D Variation Set - Required Variation Types

3D variation sets also have the required linear variation type (which works the same as the Apophysis linear3D variation type). 3D variation sets have these required variation types:

These special 3D variation types are needed to support the Pseudo 3D rendering engine. The rendering engine supports only 2D transformation matrices for all transforms These special variation types are used to do 3D point transformations relative to the Z axis.

Pre, Post, and Normal Variation Type Classes

The render engine supports 3 classes of variation types. These classes of variation types are used to enforce an order of evaluation between the 3 classes.

Pre
Evaluated before normal variations.
Normal
Evaluated before post variations and after pre variation types.
Post
Evaluated after normal variations.

Creating a New Variation Set

Opening the Make New Variation Set window
Opening the Make New Variation Set window
  1. From the Make New tab of the Home Page window, click on the Random Generation Settings button.
  2. Click the Make New Var button.
  3. Give the new variation set a good name.
  4. Choose to either clone another variation set or historic variation set or to make the new variation set from scratch. For instance you might clone the Legacy Flam3 variation set so that you can remove unused variation types and add others. Note: you can’t save
  5. Select the variation types you want from the library list on the list. Click the arrows to move the selected variation types to the library to your new variation set.
  6. Optionally, reorder the pre and post variations shown in the list to the right.
  7. Click the Make Variation Set button to save the variation set.

Selecting a Different Variation Set

Switching Variation Sets
Switching Variation Sets
  1. From the Make New tab of the Home Page window, click on the Random Generation Settings button.
  2. Click the Switch Variation Set button.
  3. Select a different variation set in the list on the left.
  4. Click the Use Selected Variation Set button.

Variation Set Utilities

On the Variation Set selection window are some utilities:

Import
Import a variation set from a file.
Export
Export a variation set to a file.
Remove
Delete the cached variation set.
Show in Finder
Show the cached variation sets folder.
View Source Code
Show the source code for the selected variation type (from the middle list).
Search for Variation Type
Search for a variation type by its name from the selected variation set. The search field is above the Variations List.