From 620c07d444659a0bd93583aa2ba5e180b18c86f8 Mon Sep 17 00:00:00 2001 From: Jimmy Shen Date: Wed, 22 Jan 2025 12:27:36 -0800 Subject: [PATCH] better no light --- crystal_toolkit/helpers/asymptote_renderer.py | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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