mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
--User changes
-Allow locking of the scale at which affine circles are displayed. -Allow user to toggle whether xform will be animated when generating sequences. Also show the animate value when loading. --Code changes -More conversion to C++11 style code. -Add another value to the eXformUpdate enum called UPDATE_CURRENT_AND_SELECTED in anticipation of future work. -Remove some old #defines.
This commit is contained in:
@ -1880,7 +1880,6 @@ void DistribTester()
|
||||
size_t distribCount = 1;
|
||||
size_t xformCount = 3;
|
||||
vector<byte> m_XformDistributions;
|
||||
//const Xform<T>* xforms = 3;
|
||||
size_t j = 0;
|
||||
vector<T> weights { T(0.333333), T(1.0), T(0.25) };
|
||||
double tempDensity = 0, currentDensityLimit = 0, densityPerElement;
|
||||
|
Reference in New Issue
Block a user