From 3214c51acb3346815ccd5e33f4114f232879e1a8 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 15:07:18 +0100 Subject: Drop temporal filter/passes --- interpolation.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'interpolation.c') diff --git a/interpolation.c b/interpolation.c index 8a5c87b..279e1a2 100644 --- a/interpolation.c +++ b/interpolation.c @@ -411,8 +411,6 @@ void flam3_interpolate_n(flam3_genome *result, int ncp, result->palette_index = flam3_palette_random; result->symmetry = 0; - result->spatial_filter_select = cpi[0].spatial_filter_select; - result->temporal_filter_type = cpi[0].temporal_filter_type; result->palette_mode = cpi[0].palette_mode; result->interpolation_type = cpi[0].interpolation_type; @@ -432,14 +430,9 @@ void flam3_interpolate_n(flam3_genome *result, int ncp, INTERP(background[1]); INTERP(background[2]); INTERP(pixels_per_unit); - INTERP(spatial_filter_radius); - INTERP(temporal_filter_exp); - INTERP(temporal_filter_width); INTERP(sample_density); INTERP(zoom); INTERP(rotate); - INTERI(nbatches); - INTERI(ntemporal_samples); INTERP(gam_lin_thresh); /* Interpolate the chaos array */ -- cgit v1.2.3