diff --git a/crystal_toolkit/helpers/asymptote_renderer.py b/crystal_toolkit/helpers/asymptote_renderer.py index 19908b80..3bc7954e 100644 --- a/crystal_toolkit/helpers/asymptote_renderer.py +++ b/crystal_toolkit/helpers/asymptote_renderer.py @@ -52,14 +52,17 @@ } // Draw a sphere without light -void drawSpheres_nolight(triple[] C, real R, pen p=currentpen){ - material nlpen = material(diffusepen=opacity(1.0), emissivepen=p, shininess=0); - for(int i=0;i