schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.2k stars 281 forks source link

ray_volume setting breaks on ray_trace_mode other than 0 #339

Open Finnem opened 8 months ago

Finnem commented 8 months ago

Hi, in order to create images containing volumes but to keep the benefits of ray tracing the molecules we want to use the _rayvolume setting as explained here. While this does work with the _ray_tracemode set to 0, setting it to 1 causes the molecule to disappear: ray_trace_mode = 0: test_mode_0 ray_trace_mode = 1: test_mode_1

A corresponding minimal example is attached: ray_volume_example.tar.gz