glotzerlab / plato

Efficient visualization of particle data supporting several rendering engines.
https://plato-draw.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

povray has no default lights #27

Closed bdice closed 5 years ago

bdice commented 5 years ago

The povray backend should specify default lighting.

klarh commented 5 years ago

I wonder if it makes sense to just automatically enable directional and ambient lights in the default Scene constructor? There is nothing anywhere that suggests that no features are enabled by default, and at the moment I think different backends are handling default lights in their own way...