Page History
...
Although the name doesn't hint at it, the CameraPhysical
plugin is a settings plugin (singleton). It modifies the way camera rays are shot for effects like DoF (depth of field) and distortion and how they are integrated into the image - exposure. The position and orientation of the camera is still defined by RenderView
. Many of the parameters are exactly the same as on a real world DSLR or video/movie camera. Most parameters are well described in this page. We will only add a few things here:
...