RAW Light Simulation image file¶
![_images/rawls_logo.png](_images/rawls_logo.png)
What’s rawls ?¶
Global illumination methods based on stochastic techniques provide photo-realistic images. These methods are generally based on path tracing theory in which stochastic paths are generated from the camera point of view through each pixel toward the 3D scene.
![_images/path_tracing.png](_images/path_tracing.png)
rawls is a Python package developed during a thesis project. It enables to manage .rawls image file extension. The image extension .rawls is used to store all samples values of images obtained during rendering of synthesis images. This output extension is available in a custom version of pbrt-v3 details.
Contents: