aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/povray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/povray.c b/src/povray.c
index 69e5b3cc..d28bcdee 100644
--- a/src/povray.c
+++ b/src/povray.c
@@ -218,7 +218,7 @@ int povray_render_animation(UnitCell *cell, double *ref,
if ( val <= 0.0 ) continue;
radius = 0.1 * sqrt(sqrt(val))/1e2;
- radius -= 0.005;
+ radius -= 0.008;
if ( radius > 0.03 ) radius = 0.03;
if ( radius <= 0.0 ) continue;
trans = (0.03-radius)/0.03;