mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-14 20:24:54 -04:00
--Code changes
-Split VariationList into .h/cpp files. --Make VariationList.cpp the only place where the variations files are included from. This speeds up the build, but variations can no longer be directly instantiated. --Variations are no longer exported.
This commit is contained in:
@ -107,7 +107,6 @@ void Renderer<T, bucketT>::ComputeBounds()
|
||||
|
||||
/// <summary>
|
||||
/// Compute the scale based on the zoom, then the quality based on the computed scale.
|
||||
/// This sets up the bounds of the cartesian plane that the raster bounds correspond to.
|
||||
/// This must be called before ComputeCamera() which will use scale.
|
||||
/// </summary>
|
||||
template <typename T, typename bucketT>
|
||||
|
Reference in New Issue
Block a user