runTimePostProcessing FO camera update
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Removed the camera 'mode'
Example input:
camera
{
// Total number of frames to generate
nFrameTotal 1;
// Parallel projection flag
parallelProjection no;
focalPoint (0 0 0);
up (0 1 0);
position (0 0 1);
// Optional entries
clipBox (-0.0206 -0.0254 -0.0005) (0.29 0.0254 0.0005);
viewAngle 20;
zoom 1.1;
}
Push commits to the source branch or add previously merged commits to review them.