Skip to content

Commit 41785ca

Browse files
fix: disable backface culling in PyMOL configuration for improved surface rendering
1 parent 3310bba commit 41785ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/.pymolrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set ambient_occlusion_smooth, 40
99
set antialias, 2
1010
set antialias_shader, 2
1111
set async_builds, 1
12-
set backface_cull, 1
12+
set backface_cull, 0
1313
set bg_rgb, white
1414
set cartoon_ladder_mode, 1
1515
set cartoon_loop_radius, 0.2

0 commit comments

Comments
 (0)