Skip to content
Snippets Groups Projects
Commit aa9d90c4 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: runTime pp - updated header documentation

parent 6508c4e9
Branches
Tags
No related merge requests found
......@@ -25,6 +25,28 @@ Class
Foam::functionObjects::runTimePostPro::scene
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
scene.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment