From c03e4e066d825185a19d996f6088142b4ce6164f Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 27 Jan 2024 15:41:17 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3b72174..e076024a 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ _ = plotter.add_mesh( show_edges=True, line_width=4, color="white", - lighting=False, + lighting=True, edge_color=[153, 153, 153], ) plotter.enable_parallel_projection()