mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-22 05:30:06 -05:00
5aec58b4a2
-Add new options to EmberGenome to better help assess which variations have certain characteristics. The options are: --sumvars: Display the names of all regular variations which have the default behavior of summing their outputs and exit. --assignvars: Display the names of all regular variations which have the non-standard behavior of assigning their outputs and exit. --ppsumvars: Display the names of all pre/post variations which have the non-standard behavior of summing their outputs and exit. --ppassignvars: Display the names of all pre/post variations which have the default behavior of assigning their outputs and exit. --dcvars: Display the names of all variations which use direct coloring and exit. --parvars: Display the names of all variations which have parameters and exit. --nonparvars: Display the names of all variations which do not have parameters (weight only) and exit. --Code changes -Make VariationList vectors have const elements since no callers should ever change them. -Add new function to VariationList to retrieve a const ref to the parametric variations. -Move some search functions out of EmberTester and into EmberCommon.h. -General code cleanup. |
||
---|---|---|
.. | ||
Affine2D.cpp | ||
Affine2D.h | ||
CarToRas.h | ||
Curves.h | ||
DensityFilter.h | ||
DllMain.cpp | ||
Ember.cpp | ||
Ember.h | ||
EmberDefines.h | ||
EmberMotion.h | ||
EmberPch.cpp | ||
EmberPch.h | ||
EmberToXml.h | ||
Interpolate.h | ||
Isaac.h | ||
Iterator.h | ||
Palette.h | ||
PaletteList.h | ||
Point.h | ||
Renderer.cpp | ||
Renderer.h | ||
RendererBase.cpp | ||
RendererBase.h | ||
SheepTools.h | ||
SpatialFilter.h | ||
TemporalFilter.h | ||
Timing.h | ||
Utils.h | ||
VarFuncs.h | ||
Variation.h | ||
VariationList.cpp | ||
VariationList.h | ||
Variations01.h | ||
Variations02.h | ||
Variations03.h | ||
Variations04.h | ||
Variations05.h | ||
Variations06.h | ||
Variations07.h | ||
VariationsDC.h | ||
Xform.h | ||
XmlToEmber.h |