#include "config_distort.h"
#include "cylindricalLens.h"
#include "fisheyeLens.h"
#include "pSphereLens.h"
#include "projectionScreen.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_distort) | |
NotifyCategoryDef (distort,"") | |
ConfigureFn (config_distort) | |
void | init_libdistort () |
Initializes the library. | |
Variables | |
const bool | project_invert_uvs = config_distort.GetBool("project-invert-uvs", false) |
Definition in file config_distort.cxx.
|
|
|
Definition at line 33 of file config_distort.cxx. References project_invert_uvs. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 60 of file config_distort.cxx. |
|
|
|
Definition at line 42 of file config_distort.cxx. Referenced by ConfigureFn(). |