ARTIST-Association / ARTIST

A differentiable ray tracer using the PyTorch machine-learning framework in Python.
MIT License
3 stars 0 forks source link

Magnitude of Rays #58

Closed kalebphipps closed 1 month ago

kalebphipps commented 2 months ago

Is your feature request related to a problem? Please describe. Rays currently do not have a magnitude. This may be problematic if we want to reduce the strength of a ray due to cloud cover or something similar.

Describe the solution you'd like Rays should also have a magnitude - implemented as a factor which can be reduced due to interactions with clouds or something similar.