ENH: runTime pp - updated header documentation

This commit is contained in:
Andrew Heather
2016-12-06 09:23:55 +00:00
parent 6508c4e9b7
commit aa9d90c495

View File

@ -25,6 +25,28 @@ Class
Foam::functionObjects::runTimePostPro::scene Foam::functionObjects::runTimePostPro::scene
Description Description
Class to control scene construction and provide main rendering loop
Usage
\verbatim
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;
}
\endverbatim
SourceFiles SourceFiles
scene.C scene.C