
#include "GUI/ViewPort.H"#include "Util/log.H"#include "Util/WorkThreadServer.H"#include "Util/JobWithSemaphore.H"#include "Component/ModelManager.H"#include "Raster/GenericFrame.H"#include "Image/Layout.H"#include "Image/MatrixOps.H"#include "Media/FrameSeries.H"#include "Transport/FrameInfo.H"#include <stdlib.h>#include <math.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| double | pos [3] |
| double | side [3] |
| double | R [12] |
| Image< PixRGB< byte > > | frame |
test the opengl viewport
Definition in file test-viewport.C.
1.6.3