mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-09-13 18:15:05 -04:00
--User changes
-Added pixel_flow variation from user bezo97.
This commit is contained in:
@ -372,6 +372,7 @@ VariationList<T>::VariationList()
|
||||
ADDPREPOSTREGVAR(DCTriangle)
|
||||
ADDPREPOSTREGVAR(DCZTransl)
|
||||
ADDPREPOSTREGVAR(RandCubes)
|
||||
ADDPREPOSTREGVAR(PixelFlow)
|
||||
|
||||
for (auto var : m_Variations) const_cast<Variation<T>*>(var)->Precalc();//Modify once here, then const after this.
|
||||
|
||||
|
Reference in New Issue
Block a user