mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
--User changes
-Add gnarly variation. --Bug fixes -Fix reading of post variations in .chaos files. -Make selection of points on color curves control apply only to the current selection as specified by the radio buttons below. --Code changes -Use std::complex<T> type in some variations' CPU code.
This commit is contained in:
@ -172,7 +172,7 @@ VariationList<T>::VariationList()
|
||||
ADDPREPOSTREGVAR(NPolar)
|
||||
ADDPREPOSTREGVAR(Ortho)
|
||||
ADDPREPOSTREGVAR(Poincare)
|
||||
ADDPREPOSTREGVAR(Poincare2)
|
||||
ADDPREPOSTREGVAR(Poincare2)
|
||||
ADDPREPOSTREGVAR(Poincare3D)
|
||||
ADDPREPOSTREGVAR(Polynomial)
|
||||
ADDPREPOSTREGVAR(PSphere)
|
||||
@ -429,7 +429,7 @@ VariationList<T>::VariationList()
|
||||
ADDPREPOSTREGVAR(Waves3)
|
||||
ADDPREPOSTREGVAR(Waves4)
|
||||
ADDPREPOSTREGVAR(Waves42)
|
||||
ADDPREPOSTREGVAR(Gnarly)
|
||||
ADDPREPOSTREGVAR(Gnarly)
|
||||
//ADDPREPOSTREGVAR(LinearXZ)
|
||||
//ADDPREPOSTREGVAR(LinearYZ)
|
||||
//DC are special.
|
||||
|
Reference in New Issue
Block a user